#A55B34

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

Shades of Vesuvius #A55B34

Tints of Vesuvius #A55B34

Color information

#A55B34 (or 0xA55B34) is unknown color: approx Vesuvius. HEX triplet: A5, 5B and 34. RGB value is (165,91,52). Sum of RGB (Red+Green+Blue) = 165+91+52=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B34 is #5AA4CB. Grayscale: #6C6C6C. Windows color (decimal): -5940428 or 3431333. OLE color: 3431333.

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

Color convert

RGB1659152-
CMYK00.450.680.35
HSL20.71º52.07%42.55%-
HSV(B)20.71º68.48%64.71%-
XYZ19.8815.735.24-
YUV108.6896.02168.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=53.57%
G=29.55%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165915200.450.680.3520.7152.0742.55
HexA55B3402D442315342b
Octal2451336405510443256453
Binary1010010110110111101000101101100010010001110101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B34; }

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

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

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

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

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

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

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

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