#914015

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

Shades of Saddle Brown #914015

Tints of Saddle Brown #914015

Color information

#914015 (or 0x914015) is unknown color: approx Saddle Brown. HEX triplet: 91, 40 and 15. RGB value is (145,64,21). Sum of RGB (Red+Green+Blue) = 145+64+21=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #914015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914015 is #6EBFEA. Grayscale: #535353. Windows color (decimal): -7258091 or 1392785. OLE color: 1392785.

HSL color Cylindrical-coordinate representation of color #914015: hue angle of 20.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #914015 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1456421-
CMYK00.560.860.43
HSL20.81º74.7%32.55%-
HSV(B)20.81º85.52%56.86%-
XYZ13.659.741.87-
YUV83.3292.84172-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.04%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=63.04%
G=27.83%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145642100.560.860.4320.8174.732.55
Hex914015038562B154b21
Octal22110025070126532511341
Binary1001000110000001010101110001010110101011101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914015; }

 p { color: rgb(145,64,21); }

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

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

 a { background-color: rgb(145,64,21); }

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

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

 span { border-color: rgb(145,64,21); }

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