#974111

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

Shades of Saddle Brown #974111

Tints of Saddle Brown #974111

Color information

#974111 (or 0x974111) is unknown color: approx Saddle Brown. HEX triplet: 97, 41 and 11. RGB value is (151,65,17). Sum of RGB (Red+Green+Blue) = 151+65+17=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #974111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974111 is #68BEEE. Grayscale: #555555. Windows color (decimal): -6864623 or 1130903. OLE color: 1130903.

HSL color Cylindrical-coordinate representation of color #974111: hue angle of 21.49º 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 #974111 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1516517-
CMYK00.570.890.41
HSL21.49º79.76%32.94%-
HSV(B)21.49º88.74%59.22%-
XYZ14.7510.41.76-
YUV85.2489.49174.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.81%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=64.81%
G=27.90%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151651700.570.890.4121.4979.7632.94
Hex9741110395929155021
Octal22710121071131512512041
Binary1001011110000011000101110011011001101001101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974111; }

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

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

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

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

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

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

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

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