Html Css Color HEX #A75231 Vesuvius

📋 copy color: '#A75231'

red 167 ◦ green 82 ◦ blue 49

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

Shades of Vesuvius #A75231

Tints of Vesuvius #A75231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 56.04%
G = 27.52%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A75231 (or 0xA75231) is known color: Vesuvius. HEX triplet: A7, 52 and 31. RGB value is (167,82,49). Sum of RGB (Red+Green+Blue) = 167+82+49=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A75231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75231 is #58ADCE. Grayscale: #676767. Windows color (decimal): -5811663 or 3232423. OLE color: 3232423.

HSL color Cylindrical-coordinate representation of color #A75231: hue angle of 16.78º 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 #A75231 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 82 49 -
CMYK 0 0.51 0.71 0.35
HSL 16.78º 0.55% 0.42% -
HSV(B) 16.78º 0.71% 0.65% -
XYZ 19.51 14.47 4.67 -
YUV 103.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 167 82 49 0 0.51 0.71 0.35 16.78 0.55 0.42
Hex A7 52 31 0 33 47 23 11 37 2A
Octal 247 122 61 0 63 107 43 21 67 52
Binary 10100111 1010010 110001 0 110011 1000111 100011 10001 110111 101010

Color Harmonies of #A75231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75231

Black with #A75231

Text Example


Text Example

White with #A75231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75231; }

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

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

background-color css

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

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

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

border-color css

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

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

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