#A04215

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

Shades of Saddle Brown #A04215

Tints of Saddle Brown #A04215

Color information

#A04215 (or 0xA04215) is unknown color: approx Saddle Brown. HEX triplet: A0, 42 and 15. RGB value is (160,66,21). Sum of RGB (Red+Green+Blue) = 160+66+21=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04215 is #5FBDEA. Grayscale: #595959. Windows color (decimal): -6274539 or 1393312. OLE color: 1393312.

HSL color Cylindrical-coordinate representation of color #A04215: hue angle of 19.42º 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 #A04215 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB1606621-
CMYK00.590.870.37
HSL19.42º76.8%35.49%-
HSV(B)19.42º86.87%62.75%-
XYZ16.5811.422.04-
YUV88.9889.64178.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.78%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=64.78%
G=26.72%
B=8.50%

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
Decimal160662100.590.870.3719.4276.835.49
HexA0421503B5725134d23
Octal24010225073127452311543
Binary1010000010000101010101110111010111100101100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04215; }

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

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

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

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

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

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

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

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