#A04612

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

Shades of Saddle Brown #A04612

Tints of Saddle Brown #A04612

Color information

#A04612 (or 0xA04612) is unknown color: approx Saddle Brown. HEX triplet: A0, 46 and 12. RGB value is (160,70,18). Sum of RGB (Red+Green+Blue) = 160+70+18=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04612 is #5FB9ED. Grayscale: #5B5B5B. Windows color (decimal): -6273518 or 1197728. OLE color: 1197728.

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

Color convert

RGB1607018-
CMYK00.560.890.37
HSL21.97º79.78%34.9%-
HSV(B)21.97º88.75%62.75%-
XYZ16.811.91.98-
YUV90.9886.82177.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=64.52%
G=28.23%
B=7.26%

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
Decimal160701800.560.890.3721.9779.7834.9
HexA046120385925165023
Octal24010622070131452612043
Binary1010000010001101001001110001011001100101101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04612; }

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

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

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

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

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

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

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

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