#A75A37

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

Shades of Vesuvius #A75A37

Tints of Vesuvius #A75A37

Color information

#A75A37 (or 0xA75A37) is unknown color: approx Vesuvius. HEX triplet: A7, 5A and 37. RGB value is (167,90,55). Sum of RGB (Red+Green+Blue) = 167+90+55=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A37 is #58A5C8. Grayscale: #6D6D6D. Windows color (decimal): -5809609 or 3627687. OLE color: 3627687.

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

Color convert

RGB1679055-
CMYK00.460.670.35
HSL18.75º50.45%43.53%-
HSV(B)18.75º67.07%65.49%-
XYZ20.2815.85.6-
YUV109.0397.51169.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 55 (21.88% from 255) = 17.63%
R=53.53%
G=28.85%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167905500.460.670.3518.7550.4543.53
HexA75A3702E432313322c
Octal2471326705610343236254
Binary1010011110110101101110101110100001110001110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A37; }

 p { color: rgb(167,90,55); }

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

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

 a { background-color: rgb(167,90,55); }

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

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

 span { border-color: rgb(167,90,55); }

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