#A14804

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

Shades of Saddle Brown #A14804

Tints of Saddle Brown #A14804

Color information

#A14804 (or 0xA14804) is unknown color: approx Saddle Brown. HEX triplet: A1, 48 and 04. RGB value is (161,72,4). Sum of RGB (Red+Green+Blue) = 161+72+4=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A14804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14804 is #5EB7FB. Grayscale: #5B5B5B. Windows color (decimal): -6207484 or 280737. OLE color: 280737.

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

Color convert

RGB161724-
CMYK00.550.980.37
HSL25.99º95.15%32.35%-
HSV(B)25.99º97.52%63.14%-
XYZ17.0412.221.58-
YUV90.8678.99178.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=67.93%
G=30.38%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16172400.550.980.3725.9995.1532.35
HexA148403762251a5f20
Octal2411104067142453213740
Binary10100001100100010001101111100010100101110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14804; }

 p { color: rgb(161,72,4); }

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

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

 a { background-color: rgb(161,72,4); }

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

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

 span { border-color: rgb(161,72,4); }

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