#A14E00

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

Shades of Saddle Brown #A14E00

Tints of Saddle Brown #A14E00

Color information

#A14E00 (or 0xA14E00) is unknown color: approx Saddle Brown. HEX triplet: A1, 4E and 00. RGB value is (161,78,0). Sum of RGB (Red+Green+Blue) = 161+78+0=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14E00 is #5EB1FF. Grayscale: #5E5E5E. Windows color (decimal): -6205952 or 20129. OLE color: 20129.

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

Color convert

RGB161780-
CMYK00.5210.37
HSL29.07º100%31.57%-
HSV(B)29.07º100%63.14%-
XYZ17.4213.031.6-
YUV93.9275175.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.36%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.36%
G=32.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16178000.5210.3729.0710031.57
HexA14E003464251d6420
Octal2411160064144453514440
Binary101000011001110001101001100100100101111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E00; }

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

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

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

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

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

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

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

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