#A7542E

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

Shades of Vesuvius #A7542E

Tints of Vesuvius #A7542E

Color information

#A7542E (or 0xA7542E) is unknown color: approx Vesuvius. HEX triplet: A7, 54 and 2E. RGB value is (167,84,46). Sum of RGB (Red+Green+Blue) = 167+84+46=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A7542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7542E is #58ABD1. Grayscale: #686868. Windows color (decimal): -5811154 or 3036327. OLE color: 3036327.

HSL color Cylindrical-coordinate representation of color #A7542E: hue angle of 18.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7542E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1678446-
CMYK00.500.720.35
HSL18.84º56.81%41.76%-
HSV(B)18.84º72.46%65.49%-
XYZ19.614.754.4-
YUV104.4895172.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.23%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=56.23%
G=28.28%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167844600.500.720.3518.8456.8141.76
HexA7542E032482313392a
Octal2471245606211043237152
Binary1010011110101001011100110010100100010001110011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7542E; }

 p { color: rgb(167,84,46); }

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

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

 a { background-color: rgb(167,84,46); }

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

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

 span { border-color: rgb(167,84,46); }

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