Html Css Color HEX #A45331 Vesuvius

📋 copy color: '#A45331'

red 164 ◦ green 83 ◦ blue 49

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

Shades of Vesuvius #A45331

Tints of Vesuvius #A45331

RGB

 RED value IS 164 (64.45% from 255) = 55.41%

 GREEN value IS 83 (32.81% from 255) = 28.04%

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

R = 55.41%
G = 28.04%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A45331 (or 0xA45331) is known color: Vesuvius. HEX triplet: A4, 53 and 31. RGB value is (164,83,49). Sum of RGB (Red+Green+Blue) = 164+83+49=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A45331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45331 is #5BACCE. Grayscale: #676767. Windows color (decimal): -6008015 or 3232676. OLE color: 3232676.

HSL color Cylindrical-coordinate representation of color #A45331: hue angle of 17.74º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A45331 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 49 -
CMYK 0 0.49 0.70 0.36
HSL 17.74º 0.54% 0.42% -
HSV(B) 17.74º 0.7% 0.64% -
XYZ 18.96 14.3 4.67 -
YUV 103.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 164 83 49 0 0.49 0.70 0.36 17.74 0.54 0.42
Hex A4 53 31 0 31 46 24 12 36 2A
Octal 244 123 61 0 61 106 44 22 66 52
Binary 10100100 1010011 110001 0 110001 1000110 100100 10010 110110 101010

Color Harmonies of #A45331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45331

Black with #A45331

Text Example


Text Example

White with #A45331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45331; }

 p { color: rgb(164,83,49); }

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

background-color css

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

 a { background-color: rgb(164,83,49); }

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

border-color css

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

 span { border-color: rgb(164,83,49); }

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