#913906

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

Shades of Saddle Brown #913906

Tints of Saddle Brown #913906

Color information

#913906 (or 0x913906) is unknown color: approx Saddle Brown. HEX triplet: 91, 39 and 06. RGB value is (145,57,6). Sum of RGB (Red+Green+Blue) = 145+57+6=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #913906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913906 is #6EC6F9. Grayscale: #4D4D4D. Windows color (decimal): -7259898 or 407953. OLE color: 407953.

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

Color convert

RGB145576-
CMYK00.610.960.43
HSL22.01º92.05%29.61%-
HSV(B)22.01º95.86%56.86%-
XYZ13.178.961.21-
YUV77.587.65176.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 6 (2.73% from 255) = 2.88%
R=69.71%
G=27.40%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14557600.610.960.4322.0192.0529.61
Hex9139603D602B165c1e
Octal221716075140532613436
Binary100100011110011100111101110000010101110110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913906; }

 p { color: rgb(145,57,6); }

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

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

 a { background-color: rgb(145,57,6); }

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

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

 span { border-color: rgb(145,57,6); }

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