#A45833

Color #A45833 Vesuvius (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vesuvius #A45833

Tints of Vesuvius #A45833

Color information

#A45833 (or 0xA45833) is unknown color: approx Vesuvius. HEX triplet: A4, 58 and 33. RGB value is (164,88,51). Sum of RGB (Red+Green+Blue) = 164+88+51=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A45833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45833 is #5BA7CC. Grayscale: #6A6A6A. Windows color (decimal): -6006733 or 3365028. OLE color: 3365028.

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

Color convert

RGB1648851-
CMYK00.460.690.36
HSL19.65º52.56%42.16%-
HSV(B)19.65º68.9%64.31%-
XYZ19.415.115.03-
YUV106.5196.68169.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=54.13%
G=29.04%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164885100.460.690.3619.6552.5642.16
HexA4583302E452414352a
Octal2441306305610544246552
Binary1010010010110001100110101110100010110010010100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45833; }

 p { color: rgb(164,88,51); }

 H1.HeaderClassName
 {
   color: #A45833;
 }
 .AnyTagClassName
 {
   color: #A45833;
 }
</style>
background-color css

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

 a { background-color: rgb(164,88,51); }

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

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

 span { border-color: rgb(164,88,51); }

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