#A45836

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

Shades of Vesuvius #A45836

Tints of Vesuvius #A45836

Color information

#A45836 (or 0xA45836) is unknown color: approx Vesuvius. HEX triplet: A4, 58 and 36. RGB value is (164,88,54). Sum of RGB (Red+Green+Blue) = 164+88+54=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A45836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45836 is #5BA7C9. Grayscale: #6B6B6B. Windows color (decimal): -6006730 or 3561636. OLE color: 3561636.

HSL color Cylindrical-coordinate representation of color #A45836: hue angle of 18.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A45836 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1648854-
CMYK00.460.670.36
HSL18.55º50.46%42.75%-
HSV(B)18.55º67.07%64.31%-
XYZ19.4715.145.39-
YUV106.8598.18168.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=53.59%
G=28.76%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164885400.460.670.3618.5550.4642.75
HexA4583602E432413322b
Octal2441306605610344236253
Binary1010010010110001101100101110100001110010010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45836; }

 p { color: rgb(164,88,54); }

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

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

 a { background-color: rgb(164,88,54); }

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

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

 span { border-color: rgb(164,88,54); }

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