#A14F00

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

Shades of Saddle Brown #A14F00

Tints of Saddle Brown #A14F00

Color information

#A14F00 (or 0xA14F00) is unknown color: approx Saddle Brown. HEX triplet: A1, 4F and 00. RGB value is (161,79,0). Sum of RGB (Red+Green+Blue) = 161+79+0=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14F00 is #5EB0FF. Grayscale: #5E5E5E. Windows color (decimal): -6205696 or 20385. OLE color: 20385.

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

Color convert

RGB161790-
CMYK00.5110.37
HSL29.44º100%31.57%-
HSV(B)29.44º100%63.14%-
XYZ17.4913.171.62-
YUV94.5174.67175.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.08%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.08%
G=32.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16179000.5110.3729.4410031.57
HexA14F003364251d6420
Octal2411170063144453514440
Binary101000011001111001100111100100100101111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F00; }

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

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

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

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

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

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

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

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