#914D18

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

Shades of Saddle Brown #914D18

Tints of Saddle Brown #914D18

Color information

#914D18 (or 0x914D18) is unknown color: approx Saddle Brown. HEX triplet: 91, 4D and 18. RGB value is (145,77,24). Sum of RGB (Red+Green+Blue) = 145+77+24=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #914D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D18 is #6EB2E7. Grayscale: #5B5B5B. Windows color (decimal): -7254760 or 1592721. OLE color: 1592721.

HSL color Cylindrical-coordinate representation of color #914D18: hue angle of 26.28º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #914D18 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1457724-
CMYK00.470.830.43
HSL26.28º71.6%33.14%-
HSV(B)26.28º83.45%56.86%-
XYZ14.511.392.3-
YUV91.2990.03166.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.94%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=58.94%
G=31.30%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145772400.470.830.4326.2871.633.14
Hex914D1802F532B1a4821
Octal22111530057123533211041
Binary1001000110011011100001011111010011101011110101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D18; }

 p { color: rgb(145,77,24); }

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

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

 a { background-color: rgb(145,77,24); }

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

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

 span { border-color: rgb(145,77,24); }

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