#A55B33

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

Shades of Vesuvius #A55B33

Tints of Vesuvius #A55B33

Color information

#A55B33 (or 0xA55B33) is unknown color: approx Vesuvius. HEX triplet: A5, 5B and 33. RGB value is (165,91,51). Sum of RGB (Red+Green+Blue) = 165+91+51=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B33 is #5AA4CC. Grayscale: #6C6C6C. Windows color (decimal): -5940429 or 3365797. OLE color: 3365797.

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

Color convert

RGB1659151-
CMYK00.450.690.35
HSL21.05º52.78%42.35%-
HSV(B)21.05º69.09%64.71%-
XYZ19.8615.725.12-
YUV108.5795.52168.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=53.75%
G=29.64%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165915100.450.690.3521.0552.7842.35
HexA55B3302D452315352a
Octal2451336305510543256552
Binary1010010110110111100110101101100010110001110101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B33; }

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

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

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

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

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

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

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

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