#A55937

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

Shades of Vesuvius #A55937

Tints of Vesuvius #A55937

Color information

#A55937 (or 0xA55937) is unknown color: approx Vesuvius. HEX triplet: A5, 59 and 37. RGB value is (165,89,55). Sum of RGB (Red+Green+Blue) = 165+89+55=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A55937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55937 is #5AA6C8. Grayscale: #6C6C6C. Windows color (decimal): -5940937 or 3627429. OLE color: 3627429.

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

Color convert

RGB1658955-
CMYK00.460.670.35
HSL18.55º50%43.14%-
HSV(B)18.55º66.67%64.71%-
XYZ19.7815.425.55-
YUV107.8598.18168.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=53.40%
G=28.80%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165895500.460.670.3518.555043.14
HexA5593702E432313322b
Octal2451316705610343236253
Binary1010010110110011101110101110100001110001110011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55937; }

 p { color: rgb(165,89,55); }

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

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

 a { background-color: rgb(165,89,55); }

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

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

 span { border-color: rgb(165,89,55); }

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