#914115

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

Shades of Saddle Brown #914115

Tints of Saddle Brown #914115

Color information

#914115 (or 0x914115) is unknown color: approx Saddle Brown. HEX triplet: 91, 41 and 15. RGB value is (145,65,21). Sum of RGB (Red+Green+Blue) = 145+65+21=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #914115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914115 is #6EBEEA. Grayscale: #545454. Windows color (decimal): -7257835 or 1393041. OLE color: 1393041.

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

Color convert

RGB1456521-
CMYK00.550.860.43
HSL21.29º74.7%32.55%-
HSV(B)21.29º85.52%56.86%-
XYZ13.79.851.89-
YUV83.992.5171.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.77%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=62.77%
G=28.14%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145652100.550.860.4321.2974.732.55
Hex914115037562B154b21
Octal22110125067126532511341
Binary1001000110000011010101101111010110101011101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914115; }

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

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

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

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

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

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

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

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