#A55C39

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

Shades of Desert #A55C39

Tints of Desert #A55C39

Color information

#A55C39 (or 0xA55C39) is unknown color: approx Desert. HEX triplet: A5, 5C and 39. RGB value is (165,92,57). Sum of RGB (Red+Green+Blue) = 165+92+57=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C39 is #5AA3C6. Grayscale: #6E6E6E. Windows color (decimal): -5940167 or 3759269. OLE color: 3759269.

HSL color Cylindrical-coordinate representation of color #A55C39: hue angle of 19.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A55C39 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1659257-
CMYK00.440.650.35
HSL19.44º48.65%43.53%-
HSV(B)19.44º65.45%64.71%-
XYZ20.0815.955.89-
YUV109.8498.18167.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=52.55%
G=29.30%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165925700.440.650.3519.4448.6543.53
HexA55C3902C412313312c
Octal2451347105410143236154
Binary1010010110111001110010101100100000110001110011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C39; }

 p { color: rgb(165,92,57); }

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

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

 a { background-color: rgb(165,92,57); }

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

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

 span { border-color: rgb(165,92,57); }

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