#973006

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

Shades of Saddle Brown #973006

Tints of Saddle Brown #973006

Color information

#973006 (or 0x973006) is unknown color: approx Saddle Brown. HEX triplet: 97, 30 and 06. RGB value is (151,48,6). Sum of RGB (Red+Green+Blue) = 151+48+6=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #973006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973006 is #68CFF9. Grayscale: #4A4A4A. Windows color (decimal): -6868986 or 405655. OLE color: 405655.

HSL color Cylindrical-coordinate representation of color #973006: hue angle of 17.38º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #973006 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB151486-
CMYK00.680.960.41
HSL17.38º92.36%30.78%-
HSV(B)17.38º96.03%59.22%-
XYZ13.858.711.12-
YUV74.0189.62182.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 73.66%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=73.66%
G=23.41%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15148600.680.960.4117.3892.3630.78
Hex973060446029115c1f
Octal2276060104140512113437
Binary1001011111000011001000100110000010100110001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973006; }

 p { color: rgb(151,48,6); }

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

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

 a { background-color: rgb(151,48,6); }

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

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

 span { border-color: rgb(151,48,6); }

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