#913206

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

Shades of Saddle Brown #913206

Tints of Saddle Brown #913206

Color information

#913206 (or 0x913206) is unknown color: approx Saddle Brown. HEX triplet: 91, 32 and 06. RGB value is (145,50,6). Sum of RGB (Red+Green+Blue) = 145+50+6=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #913206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913206 is #6ECDF9. Grayscale: #494949. Windows color (decimal): -7261690 or 406161. OLE color: 406161.

HSL color Cylindrical-coordinate representation of color #913206: hue angle of 18.99º 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 #913206 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB145506-
CMYK00.660.960.43
HSL18.99º92.05%29.61%-
HSV(B)18.99º95.86%56.86%-
XYZ12.858.311.1-
YUV73.3989.97179.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=72.14%
G=24.88%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14550600.660.960.4318.9992.0529.61
Hex91326042602B135c1e
Octal2216260102140532313436
Binary1001000111001011001000010110000010101110011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913206; }

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

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

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

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

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

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

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

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