Html Css Color HEX #A55730 Vesuvius

📋 copy color: '#A55730'

red 165 ◦ green 87 ◦ blue 48

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

Shades of Vesuvius #A55730

Tints of Vesuvius #A55730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

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

R = 55%
G = 29%
B = 16%

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

#A55730 (or 0xA55730) is known color: Vesuvius. HEX triplet: A5, 57 and 30. RGB value is (165,87,48). Sum of RGB (Red+Green+Blue) = 165+87+48=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55730 is #5AA8CF. Grayscale: #6A6A6A. Windows color (decimal): -5941456 or 3168165. OLE color: 3168165.

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

Color convert

RGB 165 87 48 -
CMYK 0 0.47 0.71 0.35
HSL 20º 0.55% 0.42% -
HSV(B) 20º 0.71% 0.65% -
XYZ 19.46 15.03 4.67 -
YUV 105.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 165 87 48 0 0.47 0.71 0.35 20 0.55 0.42
Hex A5 57 30 0 2F 47 23 14 37 2A
Octal 245 127 60 0 57 107 43 24 67 52
Binary 10100101 1010111 110000 0 101111 1000111 100011 10100 110111 101010

Color Harmonies of #A55730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55730

Black with #A55730

Text Example


Text Example

White with #A55730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55730; }

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

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

background-color css

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

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

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

border-color css

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

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

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