#A75C32

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

Shades of Vesuvius #A75C32

Tints of Vesuvius #A75C32

Color information

#A75C32 (or 0xA75C32) is unknown color: approx Vesuvius. HEX triplet: A7, 5C and 32. RGB value is (167,92,50). Sum of RGB (Red+Green+Blue) = 167+92+50=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C32 is #58A3CD. Grayscale: #6D6D6D. Windows color (decimal): -5809102 or 3300519. OLE color: 3300519.

HSL color Cylindrical-coordinate representation of color #A75C32: hue angle of 21.54º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A75C32 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1679250-
CMYK00.450.700.35
HSL21.54º53.92%42.55%-
HSV(B)21.54º70.06%65.49%-
XYZ20.3416.15.05-
YUV109.6494.35168.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=54.05%
G=29.77%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167925000.450.700.3521.5453.9242.55
HexA75C3202D462316362b
Octal2471346205510643266653
Binary1010011110111001100100101101100011010001110110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C32; }

 p { color: rgb(167,92,50); }

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

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

 a { background-color: rgb(167,92,50); }

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

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

 span { border-color: rgb(167,92,50); }

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