#A04115

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

Shades of Saddle Brown #A04115

Tints of Saddle Brown #A04115

Color information

#A04115 (or 0xA04115) is unknown color: approx Saddle Brown. HEX triplet: A0, 41 and 15. RGB value is (160,65,21). Sum of RGB (Red+Green+Blue) = 160+65+21=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A04115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04115 is #5FBEEA. Grayscale: #585858. Windows color (decimal): -6274795 or 1393056. OLE color: 1393056.

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

Color convert

RGB1606521-
CMYK00.590.870.37
HSL18.99º76.8%35.49%-
HSV(B)18.99º86.87%62.75%-
XYZ16.5211.312.02-
YUV88.3989.97179.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=65.04%
G=26.42%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160652100.590.870.3718.9976.835.49
HexA0411503B5725134d23
Octal24010125073127452311543
Binary1010000010000011010101110111010111100101100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04115; }

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

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

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

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

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

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

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

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