#914A18

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

Shades of Saddle Brown #914A18

Tints of Saddle Brown #914A18

Color information

#914A18 (or 0x914A18) is unknown color: approx Saddle Brown. HEX triplet: 91, 4A and 18. RGB value is (145,74,24). Sum of RGB (Red+Green+Blue) = 145+74+24=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #914A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914A18 is #6EB5E7. Grayscale: #595959. Windows color (decimal): -7255528 or 1591953. OLE color: 1591953.

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

Color convert

RGB1457424-
CMYK00.490.830.43
HSL24.79º71.6%33.14%-
HSV(B)24.79º83.45%56.86%-
XYZ14.2910.982.23-
YUV89.5391.02167.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.67%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=59.67%
G=30.45%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145742400.490.830.4324.7971.633.14
Hex914A18031532B194821
Octal22111230061123533111041
Binary1001000110010101100001100011010011101011110011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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