Html Css Color HEX #A55331 Vesuvius

📋 copy color: '#A55331'

red 165 ◦ green 83 ◦ blue 49

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

Shades of Vesuvius #A55331

Tints of Vesuvius #A55331

RGB

 RED value IS 165 (64.84% from 255) = 55.56%

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

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

R = 55.56%
G = 27.95%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A55331 (or 0xA55331) is known color: Vesuvius. HEX triplet: A5, 53 and 31. RGB value is (165,83,49). Sum of RGB (Red+Green+Blue) = 165+83+49=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A55331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55331 is #5AACCE. Grayscale: #676767. Windows color (decimal): -5942479 or 3232677. OLE color: 3232677.

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

Color convert

RGB 165 83 49 -
CMYK 0 0.50 0.70 0.35
HSL 17.59º 0.54% 0.42% -
HSV(B) 17.59º 0.7% 0.65% -
XYZ 19.16 14.41 4.68 -
YUV 103.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 165 83 49 0 0.50 0.70 0.35 17.59 0.54 0.42
Hex A5 53 31 0 32 46 23 12 36 2A
Octal 245 123 61 0 62 106 43 22 66 52
Binary 10100101 1010011 110001 0 110010 1000110 100011 10010 110110 101010

Color Harmonies of #A55331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55331

Black with #A55331

Text Example


Text Example

White with #A55331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55331; }

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

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

background-color css

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

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

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

border-color css

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

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

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