Shades of Volcano #4C282A
Tints of Volcano #4C282A
RGB
CMYK
RGB Variations
Color information
#4C282A (or 0x4C282A) is known color: 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
| RGB | 76 | 40 | 42 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.70 |
| HSL | 356.67º | 0.31% | 0.23% | - |
| HSV(B) | 356.67º | 0.47% | 0.3% | - |
| XYZ | 4.16 | 3.22 | 2.59 | - |
| YUV | 50.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 42 | 0 | 0.47 | 0.45 | 0.70 | 356.67 | 0.31 | 0.23 |
| Hex | 4C | 28 | 2A | 0 | 2F | 2D | 46 | 165 | 1F | 17 |
| Octal | 114 | 50 | 52 | 0 | 57 | 55 | 106 | 545 | 37 | 27 |
| Binary | 1001100 | 101000 | 101010 | 0 | 101111 | 101101 | 1000110 | 101100101 | 11111 | 10111 |
Color Harmonies of #4C282A
Complementary color
Monochromatic Colors of #4C282A
Black with #4C282A
Text Example
Text Example
White with #4C282A
Text Example
Text Example
HTML Codes & Css Web 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>