#974C08

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

Shades of Saddle Brown #974C08

Tints of Saddle Brown #974C08

Color information

#974C08 (or 0x974C08) is unknown color: approx Saddle Brown. HEX triplet: 97, 4C and 08. RGB value is (151,76,8). Sum of RGB (Red+Green+Blue) = 151+76+8=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #974C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974C08 is #68B3F7. Grayscale: #5B5B5B. Windows color (decimal): -6861816 or 543895. OLE color: 543895.

HSL color Cylindrical-coordinate representation of color #974C08: hue angle of 28.53º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #974C08 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB151768-
CMYK00.500.950.41
HSL28.53º89.94%31.18%-
HSV(B)28.53º94.7%59.22%-
XYZ15.3911.771.69-
YUV90.6781.35171.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.26%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=64.26%
G=32.34%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15176800.500.950.4128.5389.9431.18
Hex974C80325F291d5a1f
Octal22711410062137513513237
Binary10010111100110010000110010101111110100111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,76,8); }

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

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

 a { background-color: rgb(151,76,8); }

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

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

 span { border-color: rgb(151,76,8); }

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