#A14E01

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

Shades of Saddle Brown #A14E01

Tints of Saddle Brown #A14E01

Color information

#A14E01 (or 0xA14E01) is unknown color: approx Saddle Brown. HEX triplet: A1, 4E and 01. RGB value is (161,78,1). Sum of RGB (Red+Green+Blue) = 161+78+1=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14E01 is #5EB1FE. Grayscale: #5E5E5E. Windows color (decimal): -6205951 or 85665. OLE color: 85665.

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

Color convert

RGB161781-
CMYK00.520.990.37
HSL28.88º98.77%31.76%-
HSV(B)28.88º99.38%63.14%-
XYZ17.4313.031.62-
YUV94.0475.5175.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.08%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=67.08%
G=32.5%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16178100.520.990.3728.8898.7731.76
HexA14E103463251d6320
Octal2411161064143453514340
Binary101000011001110101101001100011100101111011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E01; }

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

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

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

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

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

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

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

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