#914818

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

Shades of Saddle Brown #914818

Tints of Saddle Brown #914818

Color information

#914818 (or 0x914818) is unknown color: approx Saddle Brown. HEX triplet: 91, 48 and 18. RGB value is (145,72,24). Sum of RGB (Red+Green+Blue) = 145+72+24=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #914818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914818 is #6EB7E7. Grayscale: #585858. Windows color (decimal): -7256040 or 1591441. OLE color: 1591441.

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

Color convert

RGB1457224-
CMYK00.500.830.43
HSL23.8º71.6%33.14%-
HSV(B)23.8º83.45%56.86%-
XYZ14.1610.722.19-
YUV88.3691.68168.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.17%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=60.17%
G=29.88%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145722400.500.830.4323.871.633.14
Hex914818032532B184821
Octal22111030062123533011041
Binary1001000110010001100001100101010011101011110001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914818; }

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

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

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

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

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

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

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

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