#913705

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

Shades of Saddle Brown #913705

Tints of Saddle Brown #913705

Color information

#913705 (or 0x913705) is unknown color: approx Saddle Brown. HEX triplet: 91, 37 and 05. RGB value is (145,55,5). Sum of RGB (Red+Green+Blue) = 145+55+5=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #913705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913705 is #6EC8FA. Grayscale: #4C4C4C. Windows color (decimal): -7260411 or 341905. OLE color: 341905.

HSL color Cylindrical-coordinate representation of color #913705: hue angle of 21.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #913705 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB145555-
CMYK00.620.970.43
HSL21.43º93.33%29.41%-
HSV(B)21.43º96.55%56.86%-
XYZ13.078.761.15-
YUV76.2187.82177.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.73%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=70.73%
G=26.83%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14555500.620.970.4321.4393.3329.41
Hex9137503E612B155d1d
Octal221675076141532513535
Binary100100011101111010111110110000110101110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913705; }

 p { color: rgb(145,55,5); }

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

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

 a { background-color: rgb(145,55,5); }

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

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

 span { border-color: rgb(145,55,5); }

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