Html Css Color HEX #A55834 Vesuvius

📋 copy color: '#A55834'

red 165 ◦ green 88 ◦ blue 52

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

Shades of Vesuvius #A55834

Tints of Vesuvius #A55834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 54.1%
G = 28.85%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A55834 (or 0xA55834) is known color: Vesuvius. HEX triplet: A5, 58 and 34. RGB value is (165,88,52). Sum of RGB (Red+Green+Blue) = 165+88+52=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A55834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55834 is #5AA7CB. Grayscale: #6B6B6B. Windows color (decimal): -5941196 or 3430565. OLE color: 3430565.

HSL color Cylindrical-coordinate representation of color #A55834: hue angle of 19.12º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A55834 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 52 -
CMYK 0 0.47 0.68 0.35
HSL 19.12º 0.52% 0.43% -
HSV(B) 19.12º 0.68% 0.65% -
XYZ 19.63 15.23 5.15 -
YUV 106.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 165 88 52 0 0.47 0.68 0.35 19.12 0.52 0.43
Hex A5 58 34 0 2F 44 23 13 34 2B
Octal 245 130 64 0 57 104 43 23 64 53
Binary 10100101 1011000 110100 0 101111 1000100 100011 10011 110100 101011

Color Harmonies of #A55834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55834

Black with #A55834

Text Example


Text Example

White with #A55834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55834; }

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

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

background-color css

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

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

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

border-color css

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

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

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