#913C09

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

Shades of Saddle Brown #913C09

Tints of Saddle Brown #913C09

Color information

#913C09 (or 0x913C09) is unknown color: approx Saddle Brown. HEX triplet: 91, 3C and 09. RGB value is (145,60,9). Sum of RGB (Red+Green+Blue) = 145+60+9=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #913C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913C09 is #6EC3F6. Grayscale: #4F4F4F. Windows color (decimal): -7259127 or 605329. OLE color: 605329.

HSL color Cylindrical-coordinate representation of color #913C09: hue angle of 22.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #913C09 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB145609-
CMYK00.590.940.43
HSL22.5º88.31%30.2%-
HSV(B)22.5º93.79%56.86%-
XYZ13.349.271.34-
YUV79.688.16174.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 67.76%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=67.76%
G=28.04%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14560900.590.940.4322.588.3130.2
Hex913C903B5E2B16581e
Octal2217411073136532613036
Binary1001000111110010010111011101111010101110110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913C09; }

 p { color: rgb(145,60,9); }

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

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

 a { background-color: rgb(145,60,9); }

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

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

 span { border-color: rgb(145,60,9); }

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