#913409

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

Shades of Saddle Brown #913409

Tints of Saddle Brown #913409

Color information

#913409 (or 0x913409) is unknown color: approx Saddle Brown. HEX triplet: 91, 34 and 09. RGB value is (145,52,9). Sum of RGB (Red+Green+Blue) = 145+52+9=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #913409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913409 is #6ECBF6. Grayscale: #4B4B4B. Windows color (decimal): -7261175 or 603281. OLE color: 603281.

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

Color convert

RGB145529-
CMYK00.640.940.43
HSL18.97º88.31%30.2%-
HSV(B)18.97º93.79%56.86%-
XYZ12.958.51.22-
YUV74.990.81178-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.39%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=70.39%
G=25.24%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14552900.640.940.4318.9788.3130.2
Hex913490405E2B13581e
Octal22164110100136532313036
Binary10010001110100100101000000101111010101110011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913409; }

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

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

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

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

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

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

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

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