#A14D00

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

Shades of Saddle Brown #A14D00

Tints of Saddle Brown #A14D00

Color information

#A14D00 (or 0xA14D00) is unknown color: approx Saddle Brown. HEX triplet: A1, 4D and 00. RGB value is (161,77,0). Sum of RGB (Red+Green+Blue) = 161+77+0=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D00 is #5EB2FF. Grayscale: #5D5D5D. Windows color (decimal): -6206208 or 19873. OLE color: 19873.

HSL color Cylindrical-coordinate representation of color #A14D00: hue angle of 28.7º 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 #A14D00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB161770-
CMYK00.5210.37
HSL28.7º100%31.57%-
HSV(B)28.7º100%63.14%-
XYZ17.3512.881.57-
YUV93.3475.33176.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.65%
G=32.35%
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
Decimal16177000.5210.3728.710031.57
HexA14D003464251d6420
Octal2411150064144453514440
Binary101000011001101001101001100100100101111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D00; }

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

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

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

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

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

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

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

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