#913306

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

Shades of Saddle Brown #913306

Tints of Saddle Brown #913306

Color information

#913306 (or 0x913306) is unknown color: approx Saddle Brown. HEX triplet: 91, 33 and 06. RGB value is (145,51,6). Sum of RGB (Red+Green+Blue) = 145+51+6=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #913306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913306 is #6ECCF9. Grayscale: #4A4A4A. Windows color (decimal): -7261434 or 406417. OLE color: 406417.

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

Color convert

RGB145516-
CMYK00.650.960.43
HSL19.42º92.05%29.61%-
HSV(B)19.42º95.86%56.86%-
XYZ12.898.41.11-
YUV73.9889.64178.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.78%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 6 (2.73% from 255) = 2.97%
R=71.78%
G=25.25%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14551600.650.960.4319.4292.0529.61
Hex91336041602B135c1e
Octal2216360101140532313436
Binary1001000111001111001000001110000010101110011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913306; }

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

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

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

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

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

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

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

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