#A14E08

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

Shades of Saddle Brown #A14E08

Tints of Saddle Brown #A14E08

Color information

#A14E08 (or 0xA14E08) is unknown color: approx Saddle Brown. HEX triplet: A1, 4E and 08. RGB value is (161,78,8). Sum of RGB (Red+Green+Blue) = 161+78+8=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14E08 is #5EB1F7. Grayscale: #5F5F5F. Windows color (decimal): -6205944 or 544417. OLE color: 544417.

HSL color Cylindrical-coordinate representation of color #A14E08: hue angle of 27.45º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A14E08 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB161788-
CMYK00.520.950.37
HSL27.45º90.53%33.14%-
HSV(B)27.45º95.03%63.14%-
XYZ17.4713.041.83-
YUV94.8479175.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=65.18%
G=31.58%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16178800.520.950.3727.4590.5333.14
HexA14E80345F251b5b21
Octal24111610064137453313341
Binary101000011001110100001101001011111100101110111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E08; }

 p { color: rgb(161,78,8); }

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

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

 a { background-color: rgb(161,78,8); }

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

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

 span { border-color: rgb(161,78,8); }

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