#4C282A

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

Shades of Volcano #4C282A

Tints of Volcano #4C282A

Color information

#4C282A (or 0x4C282A) is unknown color: approx Volcano. HEX triplet: 4C, 28 and 2A. RGB value is (76,40,42). Sum of RGB (Red+Green+Blue) = 76+40+42=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C282A is #B3D7D5. Grayscale: #333333. Windows color (decimal): -11786198 or 2762828. OLE color: 2762828.

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

Color convert

RGB764042-
CMYK00.470.450.70
HSL356.67º31.03%22.75%-
HSV(B)356.67º47.37%29.8%-
XYZ4.163.222.59-
YUV50.99122.93145.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.10%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=48.10%
G=25.32%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76404200.470.450.70356.6731.0322.75
Hex4C282A02F2D461651f17
Octal1145052057551065453727
Binary1001100101000101010010111110110110001101011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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