#A04613

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

Shades of Saddle Brown #A04613

Tints of Saddle Brown #A04613

Color information

#A04613 (or 0xA04613) is unknown color: approx Saddle Brown. HEX triplet: A0, 46 and 13. RGB value is (160,70,19). Sum of RGB (Red+Green+Blue) = 160+70+19=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04613 is #5FB9EC. Grayscale: #5B5B5B. Windows color (decimal): -6273517 or 1263264. OLE color: 1263264.

HSL color Cylindrical-coordinate representation of color #A04613: hue angle of 21.7º degrees, saturation: 0.79, 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 #A04613 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1607019-
CMYK00.560.880.37
HSL21.7º78.77%35.1%-
HSV(B)21.7º88.13%62.75%-
XYZ16.811.92.03-
YUV91.187.32177.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.26%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=64.26%
G=28.11%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160701900.560.880.3721.778.7735.1
HexA046130385825164f23
Octal24010623070130452611743
Binary1010000010001101001101110001011000100101101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04613; }

 p { color: rgb(160,70,19); }

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

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

 a { background-color: rgb(160,70,19); }

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

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

 span { border-color: rgb(160,70,19); }

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