#974F11

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

Shades of Saddle Brown #974F11

Tints of Saddle Brown #974F11

Color information

#974F11 (or 0x974F11) is unknown color: approx Saddle Brown. HEX triplet: 97, 4F and 11. RGB value is (151,79,17). Sum of RGB (Red+Green+Blue) = 151+79+17=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #974F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974F11 is #68B0EE. Grayscale: #5D5D5D. Windows color (decimal): -6861039 or 1134487. OLE color: 1134487.

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

Color convert

RGB1517917-
CMYK00.480.890.41
HSL27.76º79.76%32.94%-
HSV(B)27.76º88.74%59.22%-
XYZ15.6612.212.06-
YUV93.4684.85169.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.13%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=61.13%
G=31.98%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151791700.480.890.4127.7679.7632.94
Hex974F1103059291c5021
Octal22711721060131513412041
Binary1001011110011111000101100001011001101001111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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