#974F0F

Color #974F0F Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #974F0F

Tints of Saddle Brown #974F0F

Color information

#974F0F (or 0x974F0F) is unknown color: approx Saddle Brown. HEX triplet: 97, 4F and 0F. RGB value is (151,79,15). Sum of RGB (Red+Green+Blue) = 151+79+15=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #974F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974F0F is #68B0F0. Grayscale: #5D5D5D. Windows color (decimal): -6861041 or 1003415. OLE color: 1003415.

HSL color Cylindrical-coordinate representation of color #974F0F: hue angle of 28.24º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #974F0F is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB1517915-
CMYK00.480.900.41
HSL28.24º81.93%32.55%-
HSV(B)28.24º90.07%59.22%-
XYZ15.6412.211.98-
YUV93.2383.85169.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 15 (6.25% from 255) = 6.12%
R=61.63%
G=32.24%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151791500.480.900.4128.2481.9332.55
Hex974FF0305A291c5221
Octal22711717060132513412241
Binary100101111001111111101100001011010101001111001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974F0F; }

 p { color: rgb(151,79,15); }

 H1.HeaderClassName
 {
   color: #974F0F;
 }
 .AnyTagClassName
 {
   color: #974F0F;
 }
</style>
background-color css

<style>
 a { background-color: #974F0F; }

 a { background-color: rgb(151,79,15); }

 div.DivClassName
 {
   background-color: #974F0F;
 }
 .BgClassName
 {
   background-color: #974F0F;
 }
</style>
border-color css

<style>
 span { border-color: #974F0F; }

 span { border-color: rgb(151,79,15); }

 td.TdClassName
 {
   border-color: #974F0F;
 }
 .TagClassName
 {
   border-color: #974F0F;
 }
</style>