#4C292A

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

Shades of Volcano #4C292A

Tints of Volcano #4C292A

Color information

#4C292A (or 0x4C292A) is unknown color: approx Volcano. HEX triplet: 4C, 29 and 2A. RGB value is (76,41,42). Sum of RGB (Red+Green+Blue) = 76+41+42=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C292A is #B3D6D5. Grayscale: #333333. Windows color (decimal): -11785942 or 2763084. OLE color: 2763084.

HSL color Cylindrical-coordinate representation of color #4C292A: hue angle of 358.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C292A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB764142-
CMYK00.460.450.70
HSL358.29º29.91%22.94%-
HSV(B)358.29º46.05%29.8%-
XYZ4.193.292.6-
YUV51.58122.6145.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=47.80%
G=25.79%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76414200.460.450.70358.2929.9122.94
Hex4C292A02E2D461661e17
Octal1145152056551065463627
Binary1001100101001101010010111010110110001101011001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C292A; }

 p { color: rgb(76,41,42); }

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

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

 a { background-color: rgb(76,41,42); }

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

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

 span { border-color: rgb(76,41,42); }

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