#915007

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

Shades of Saddle Brown #915007

Tints of Saddle Brown #915007

Color information

#915007 (or 0x915007) is unknown color: approx Saddle Brown. HEX triplet: 91, 50 and 07. RGB value is (145,80,7). Sum of RGB (Red+Green+Blue) = 145+80+7=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #915007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915007 is #6EAFF8. Grayscale: #5B5B5B. Windows color (decimal): -7254009 or 479377. OLE color: 479377.

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

Color convert

RGB145807-
CMYK00.450.950.43
HSL31.74º90.79%29.8%-
HSV(B)31.74º95.17%56.86%-
XYZ14.5811.771.7-
YUV91.1180.53166.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.5%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 7 (3.12% from 255) = 3.02%
R=62.5%
G=34.48%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14580700.450.950.4331.7490.7929.8
Hex9150702D5F2B205b1e
Octal2211207055137534013336
Binary10010001101000011101011011011111101011100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915007; }

 p { color: rgb(145,80,7); }

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

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

 a { background-color: rgb(145,80,7); }

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

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

 span { border-color: rgb(145,80,7); }

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