Html Css Color HEX #A55830 Vesuvius

📋 copy color: '#A55830'

red 165 ◦ green 88 ◦ blue 48

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

Shades of Vesuvius #A55830

Tints of Vesuvius #A55830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 54.82%
G = 29.24%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A55830 (or 0xA55830) is known color: Vesuvius. HEX triplet: A5, 58 and 30. RGB value is (165,88,48). Sum of RGB (Red+Green+Blue) = 165+88+48=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55830 is #5AA7CF. Grayscale: #6A6A6A. Windows color (decimal): -5941200 or 3168421. OLE color: 3168421.

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

Color convert

RGB 165 88 48 -
CMYK 0 0.47 0.71 0.35
HSL 20.51º 0.55% 0.42% -
HSV(B) 20.51º 0.71% 0.65% -
XYZ 19.54 15.19 4.7 -
YUV 106.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 165 88 48 0 0.47 0.71 0.35 20.51 0.55 0.42
Hex A5 58 30 0 2F 47 23 15 37 2A
Octal 245 130 60 0 57 107 43 25 67 52
Binary 10100101 1011000 110000 0 101111 1000111 100011 10101 110111 101010

Color Harmonies of #A55830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55830

Black with #A55830

Text Example


Text Example

White with #A55830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55830; }

 p { color: rgb(165,88,48); }

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

background-color css

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

 a { background-color: rgb(165,88,48); }

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

border-color css

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

 span { border-color: rgb(165,88,48); }

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