#A04711

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

Shades of Saddle Brown #A04711

Tints of Saddle Brown #A04711

Color information

#A04711 (or 0xA04711) is unknown color: approx Saddle Brown. HEX triplet: A0, 47 and 11. RGB value is (160,71,17). Sum of RGB (Red+Green+Blue) = 160+71+17=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04711 is #5FB8EE. Grayscale: #5B5B5B. Windows color (decimal): -6273263 or 1132448. OLE color: 1132448.

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

Color convert

RGB1607117-
CMYK00.560.890.37
HSL22.66º80.79%34.71%-
HSV(B)22.66º89.38%62.75%-
XYZ16.8512.021.96-
YUV91.4685.99176.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=64.52%
G=28.63%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160711700.560.890.3722.6680.7934.71
HexA047110385925175123
Octal24010721070131452712143
Binary1010000010001111000101110001011001100101101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04711; }

 p { color: rgb(160,71,17); }

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

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

 a { background-color: rgb(160,71,17); }

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

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

 span { border-color: rgb(160,71,17); }

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