#A35937

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

Shades of Vesuvius #A35937

Tints of Vesuvius #A35937

Color information

#A35937 (or 0xA35937) is unknown color: approx Vesuvius. HEX triplet: A3, 59 and 37. RGB value is (163,89,55). Sum of RGB (Red+Green+Blue) = 163+89+55=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A35937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35937 is #5CA6C8. Grayscale: #6B6B6B. Windows color (decimal): -6072009 or 3627427. OLE color: 3627427.

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

Color convert

RGB1638955-
CMYK00.450.660.36
HSL18.89º49.54%42.75%-
HSV(B)18.89º66.26%63.92%-
XYZ19.3715.215.53-
YUV107.2598.52167.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 55 (21.88% from 255) = 17.92%
R=53.09%
G=28.99%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163895500.450.660.3618.8949.5442.75
HexA3593702D422413322b
Octal2431316705510244236253
Binary1010001110110011101110101101100001010010010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35937; }

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

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

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

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

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

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

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

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