Html Css Color HEX #A45730 Vesuvius

📋 copy color: '#A45730'

red 164 ◦ green 87 ◦ blue 48

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

Shades of Vesuvius #A45730

Tints of Vesuvius #A45730

RGB

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

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

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

R = 54.85%
G = 29.1%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A45730 (or 0xA45730) is known color: Vesuvius. HEX triplet: A4, 57 and 30. RGB value is (164,87,48). Sum of RGB (Red+Green+Blue) = 164+87+48=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A45730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45730 is #5BA8CF. Grayscale: #696969. Windows color (decimal): -6006992 or 3168164. OLE color: 3168164.

HSL color Cylindrical-coordinate representation of color #A45730: hue angle of 20.17º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A45730 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 48 -
CMYK 0 0.47 0.71 0.36
HSL 20.17º 0.55% 0.42% -
HSV(B) 20.17º 0.71% 0.64% -
XYZ 19.25 14.92 4.66 -
YUV 105.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 164 87 48 0 0.47 0.71 0.36 20.17 0.55 0.42
Hex A4 57 30 0 2F 47 24 14 37 2A
Octal 244 127 60 0 57 107 44 24 67 52
Binary 10100100 1010111 110000 0 101111 1000111 100100 10100 110111 101010

Color Harmonies of #A45730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45730

Black with #A45730

Text Example


Text Example

White with #A45730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45730; }

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

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

background-color css

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

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

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

border-color css

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

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

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