#913509

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

Shades of Saddle Brown #913509

Tints of Saddle Brown #913509

Color information

#913509 (or 0x913509) is unknown color: approx Saddle Brown. HEX triplet: 91, 35 and 09. RGB value is (145,53,9). Sum of RGB (Red+Green+Blue) = 145+53+9=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #913509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913509 is #6ECAF6. Grayscale: #4B4B4B. Windows color (decimal): -7260919 or 603537. OLE color: 603537.

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

Color convert

RGB145539-
CMYK00.630.940.43
HSL19.41º88.31%30.2%-
HSV(B)19.41º93.79%56.86%-
XYZ138.591.23-
YUV75.4990.48177.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.05%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=70.05%
G=25.60%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14553900.630.940.4319.4188.3130.2
Hex9135903F5E2B13581e
Octal2216511077136532313036
Binary1001000111010110010111111101111010101110011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913509; }

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

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

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

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

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

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

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

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