#A35936

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

Shades of Vesuvius #A35936

Tints of Vesuvius #A35936

Color information

#A35936 (or 0xA35936) is unknown color: approx Vesuvius. HEX triplet: A3, 59 and 36. RGB value is (163,89,54). Sum of RGB (Red+Green+Blue) = 163+89+54=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A35936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35936 is #5CA6C9. Grayscale: #6B6B6B. Windows color (decimal): -6072010 or 3561891. OLE color: 3561891.

HSL color Cylindrical-coordinate representation of color #A35936: hue angle of 19.27º 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 #A35936 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1638954-
CMYK00.450.670.36
HSL19.27º50.23%42.55%-
HSV(B)19.27º66.87%63.92%-
XYZ19.3415.25.4-
YUV107.1498.02167.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=53.27%
G=29.08%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163895400.450.670.3619.2750.2342.55
HexA3593602D432413322b
Octal2431316605510344236253
Binary1010001110110011101100101101100001110010010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35936; }

 p { color: rgb(163,89,54); }

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

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

 a { background-color: rgb(163,89,54); }

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

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

 span { border-color: rgb(163,89,54); }

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