#A55B32

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

Shades of Vesuvius #A55B32

Tints of Vesuvius #A55B32

Color information

#A55B32 (or 0xA55B32) is unknown color: approx Vesuvius. HEX triplet: A5, 5B and 32. RGB value is (165,91,50). Sum of RGB (Red+Green+Blue) = 165+91+50=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B32 is #5AA4CD. Grayscale: #6C6C6C. Windows color (decimal): -5940430 or 3300261. OLE color: 3300261.

HSL color Cylindrical-coordinate representation of color #A55B32: hue angle of 21.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A55B32 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1659150-
CMYK00.450.700.35
HSL21.39º53.49%42.16%-
HSV(B)21.39º69.7%64.71%-
XYZ19.8315.715-
YUV108.4595.02168.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=53.92%
G=29.74%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165915000.450.700.3521.3953.4942.16
HexA55B3202D462315352a
Octal2451336205510643256552
Binary1010010110110111100100101101100011010001110101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B32; }

 p { color: rgb(165,91,50); }

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

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

 a { background-color: rgb(165,91,50); }

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

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

 span { border-color: rgb(165,91,50); }

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