#913706

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

Shades of Saddle Brown #913706

Tints of Saddle Brown #913706

Color information

#913706 (or 0x913706) is unknown color: approx Saddle Brown. HEX triplet: 91, 37 and 06. RGB value is (145,55,6). Sum of RGB (Red+Green+Blue) = 145+55+6=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #913706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913706 is #6EC8F9. Grayscale: #4C4C4C. Windows color (decimal): -7260410 or 407441. OLE color: 407441.

HSL color Cylindrical-coordinate representation of color #913706: hue angle of 21.15º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #913706 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB145556-
CMYK00.620.960.43
HSL21.15º92.05%29.61%-
HSV(B)21.15º95.86%56.86%-
XYZ13.088.771.17-
YUV76.3288.32176.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.39%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 6 (2.73% from 255) = 2.91%
R=70.39%
G=26.70%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14555600.620.960.4321.1592.0529.61
Hex9137603E602B155c1e
Octal221676076140532513436
Binary100100011101111100111110110000010101110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913706; }

 p { color: rgb(145,55,6); }

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

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

 a { background-color: rgb(145,55,6); }

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

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

 span { border-color: rgb(145,55,6); }

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