Html Css Color HEX #A75531 Vesuvius

📋 copy color: '#A75531'

red 167 ◦ green 85 ◦ blue 49

#A75531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vesuvius #A75531

Tints of Vesuvius #A75531

RGB

 RED value IS 167 (65.63% from 255) = 55.48%

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 55.48%
G = 28.24%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A75531 (or 0xA75531) is known color: Vesuvius. HEX triplet: A7, 55 and 31. RGB value is (167,85,49). Sum of RGB (Red+Green+Blue) = 167+85+49=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A75531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75531 is #58AACE. Grayscale: #696969. Windows color (decimal): -5810895 or 3233191. OLE color: 3233191.

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

Color convert

RGB 167 85 49 -
CMYK 0 0.49 0.71 0.35
HSL 18.31º 0.55% 0.42% -
HSV(B) 18.31º 0.71% 0.65% -
XYZ 19.74 14.93 4.75 -
YUV 105.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 167 85 49 0 0.49 0.71 0.35 18.31 0.55 0.42
Hex A7 55 31 0 31 47 23 12 37 2A
Octal 247 125 61 0 61 107 43 22 67 52
Binary 10100111 1010101 110001 0 110001 1000111 100011 10010 110111 101010

Color Harmonies of #A75531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75531

Black with #A75531

Text Example


Text Example

White with #A75531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75531; }

 p { color: rgb(167,85,49); }

 H1.HeaderClassName
 {
   color: #A75531;
 }
 .AnyTagClassName
 {
   color: #A75531;
 }
</style>

background-color css

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

 a { background-color: rgb(167,85,49); }

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

border-color css

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

 span { border-color: rgb(167,85,49); }

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