#913307

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

Shades of Saddle Brown #913307

Tints of Saddle Brown #913307

Color information

#913307 (or 0x913307) is unknown color: approx Saddle Brown. HEX triplet: 91, 33 and 07. RGB value is (145,51,7). Sum of RGB (Red+Green+Blue) = 145+51+7=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #913307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913307 is #6ECCF8. Grayscale: #4A4A4A. Windows color (decimal): -7261433 or 471953. OLE color: 471953.

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

Color convert

RGB145517-
CMYK00.650.950.43
HSL19.13º90.79%29.8%-
HSV(B)19.13º95.17%56.86%-
XYZ12.98.41.14-
YUV74.0990.14178.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=71.43%
G=25.12%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14551700.650.950.4319.1390.7929.8
Hex913370415F2B135b1e
Octal2216370101137532313336
Binary1001000111001111101000001101111110101110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913307; }

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

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

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

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

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

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

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

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