#A04114

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

Shades of Saddle Brown #A04114

Tints of Saddle Brown #A04114

Color information

#A04114 (or 0xA04114) is unknown color: approx Saddle Brown. HEX triplet: A0, 41 and 14. RGB value is (160,65,20). Sum of RGB (Red+Green+Blue) = 160+65+20=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04114 is #5FBEEB. Grayscale: #585858. Windows color (decimal): -6274796 or 1327520. OLE color: 1327520.

HSL color Cylindrical-coordinate representation of color #A04114: hue angle of 19.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A04114 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1606520-
CMYK00.590.880.37
HSL19.29º77.78%35.29%-
HSV(B)19.29º87.5%62.75%-
XYZ16.5111.31.97-
YUV88.2889.47179.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.31%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=65.31%
G=26.53%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160652000.590.880.3719.2977.7835.29
HexA0411403B5825134e23
Octal24010124073130452311643
Binary1010000010000011010001110111011000100101100111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04114; }

 p { color: rgb(160,65,20); }

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

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

 a { background-color: rgb(160,65,20); }

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

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

 span { border-color: rgb(160,65,20); }

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