#A55935

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

Shades of Vesuvius #A55935

Tints of Vesuvius #A55935

Color information

#A55935 (or 0xA55935) is unknown color: approx Vesuvius. HEX triplet: A5, 59 and 35. RGB value is (165,89,53). Sum of RGB (Red+Green+Blue) = 165+89+53=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A55935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55935 is #5AA6CA. Grayscale: #6B6B6B. Windows color (decimal): -5940939 or 3496357. OLE color: 3496357.

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

Color convert

RGB1658953-
CMYK00.460.680.35
HSL19.29º51.38%42.75%-
HSV(B)19.29º67.88%64.71%-
XYZ19.7315.45.3-
YUV107.6297.18168.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=53.75%
G=28.99%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165895300.460.680.3519.2951.3842.75
HexA5593502E442313332b
Octal2451316505610443236353
Binary1010010110110011101010101110100010010001110011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55935; }

 p { color: rgb(165,89,53); }

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

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

 a { background-color: rgb(165,89,53); }

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

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

 span { border-color: rgb(165,89,53); }

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