#A55837

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

Shades of Vesuvius #A55837

Tints of Vesuvius #A55837

Color information

#A55837 (or 0xA55837) is unknown color: approx Vesuvius. HEX triplet: A5, 58 and 37. RGB value is (165,88,55). Sum of RGB (Red+Green+Blue) = 165+88+55=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55837 is #5AA7C8. Grayscale: #6B6B6B. Windows color (decimal): -5941193 or 3627173. OLE color: 3627173.

HSL color Cylindrical-coordinate representation of color #A55837: hue angle of 18º 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 #A55837 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1658855-
CMYK00.470.670.35
HSL18º50%43.14%-
HSV(B)18º66.67%64.71%-
XYZ19.715.255.52-
YUV107.2698.51169.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=53.57%
G=28.57%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165885500.470.670.35185043.14
HexA5583702F432312322b
Octal2451306705710343226253
Binary1010010110110001101110101111100001110001110010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55837; }

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

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

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

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

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

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

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

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