#A55736

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

Shades of Vesuvius #A55736

Tints of Vesuvius #A55736

Color information

#A55736 (or 0xA55736) is unknown color: approx Vesuvius. HEX triplet: A5, 57 and 36. RGB value is (165,87,54). Sum of RGB (Red+Green+Blue) = 165+87+54=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A55736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55736 is #5AA8C9. Grayscale: #6A6A6A. Windows color (decimal): -5941450 or 3561381. OLE color: 3561381.

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

Color convert

RGB1658754-
CMYK00.470.670.35
HSL17.84º50.68%42.94%-
HSV(B)17.84º67.27%64.71%-
XYZ19.5915.085.37-
YUV106.5698.34169.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.92%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=53.92%
G=28.43%
B=17.65%

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
Decimal165875400.470.670.3517.8450.6842.94
HexA5573602F432312332b
Octal2451276605710343226353
Binary1010010110101111101100101111100001110001110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55736; }

 p { color: rgb(165,87,54); }

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

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

 a { background-color: rgb(165,87,54); }

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

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

 span { border-color: rgb(165,87,54); }

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