#973A06

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

Shades of Saddle Brown #973A06

Tints of Saddle Brown #973A06

Color information

#973A06 (or 0x973A06) is unknown color: approx Saddle Brown. HEX triplet: 97, 3A and 06. RGB value is (151,58,6). Sum of RGB (Red+Green+Blue) = 151+58+6=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #973A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973A06 is #68C5F9. Grayscale: #505050. Windows color (decimal): -6866426 or 408215. OLE color: 408215.

HSL color Cylindrical-coordinate representation of color #973A06: hue angle of 21.52º 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 #973A06 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB151586-
CMYK00.620.960.41
HSL21.52º92.36%30.78%-
HSV(B)21.52º96.03%59.22%-
XYZ14.319.621.27-
YUV79.8886.31178.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.23%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=70.23%
G=26.98%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15158600.620.960.4121.5292.3630.78
Hex973A603E6029165c1f
Octal227726076140512613437
Binary100101111110101100111110110000010100110110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973A06; }

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

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

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

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

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

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

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

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