#A55838

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

Shades of Vesuvius #A55838

Tints of Vesuvius #A55838

Color information

#A55838 (or 0xA55838) is unknown color: approx Vesuvius. HEX triplet: A5, 58 and 38. RGB value is (165,88,56). Sum of RGB (Red+Green+Blue) = 165+88+56=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A55838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55838 is #5AA7C7. Grayscale: #6B6B6B. Windows color (decimal): -5941192 or 3692709. OLE color: 3692709.

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

Color convert

RGB1658856-
CMYK00.470.660.35
HSL17.61º49.32%43.33%-
HSV(B)17.61º66.06%64.71%-
XYZ19.7215.265.65-
YUV107.3899.01169.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=53.40%
G=28.48%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165885600.470.660.3517.6149.3243.33
HexA5583802F422312312b
Octal2451307005710243226153
Binary1010010110110001110000101111100001010001110010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55838; }

 p { color: rgb(165,88,56); }

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

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

 a { background-color: rgb(165,88,56); }

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

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

 span { border-color: rgb(165,88,56); }

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