#974D0C

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

Shades of Saddle Brown #974D0C

Tints of Saddle Brown #974D0C

Color information

#974D0C (or 0x974D0C) is unknown color: approx Saddle Brown. HEX triplet: 97, 4D and 0C. RGB value is (151,77,12). Sum of RGB (Red+Green+Blue) = 151+77+12=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #974D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974D0C is #68B2F3. Grayscale: #5C5C5C. Windows color (decimal): -6861556 or 806295. OLE color: 806295.

HSL color Cylindrical-coordinate representation of color #974D0C: hue angle of 28.06º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #974D0C is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1517712-
CMYK00.490.920.41
HSL28.06º85.28%31.96%-
HSV(B)28.06º92.05%59.22%-
XYZ15.4811.911.83-
YUV91.7283.02170.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.92%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 12 (5.08% from 255) = 5%
R=62.92%
G=32.08%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151771200.490.920.4128.0685.2831.96
Hex974DC0315C291c5520
Octal22711514061134513412540
Binary100101111001101110001100011011100101001111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,12); }

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

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

 a { background-color: rgb(151,77,12); }

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

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

 span { border-color: rgb(151,77,12); }

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