Shades of Volcano #4B2628
Tints of Volcano #4B2628
RGB
CMYK
RGB Variations
Color information
#4B2628 (or 0x4B2628) is known color: Volcano. HEX triplet: 4B, 26 and 28. RGB value is (75,38,40). Sum of RGB (Red+Green+Blue) = 75+38+40=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2628 is #B4D9D7. Grayscale: #313131. Windows color (decimal): -11852248 or 2631243. OLE color: 2631243.
HSL color Cylindrical-coordinate representation of color #4B2628: hue angle of 356.76º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2628 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 40 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.71 |
| HSL | 356.76º | 0.33% | 0.22% | - |
| HSV(B) | 356.76º | 0.49% | 0.29% | - |
| XYZ | 3.98 | 3.04 | 2.38 | - |
| YUV | 49.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 40 | 0 | 0.49 | 0.47 | 0.71 | 356.76 | 0.33 | 0.22 |
| Hex | 4B | 26 | 28 | 0 | 31 | 2F | 47 | 165 | 21 | 16 |
| Octal | 113 | 46 | 50 | 0 | 61 | 57 | 107 | 545 | 41 | 26 |
| Binary | 1001011 | 100110 | 101000 | 0 | 110001 | 101111 | 1000111 | 101100101 | 100001 | 10110 |
Color Harmonies of #4B2628
Complementary color
Monochromatic Colors of #4B2628
Black with #4B2628
Text Example
Text Example
White with #4B2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2628; }
p { color: rgb(75,38,40); }
H1.HeaderClassName
{
color: #4B2628;
}
.AnyTagClassName
{
color: #4B2628;
}
</style>
background-color css
<style>
a { background-color: #4B2628; }
a { background-color: rgb(75,38,40); }
div.DivClassName
{
background-color: #4B2628;
}
.BgClassName
{
background-color: #4B2628;
}
</style>
border-color css
<style>
span { border-color: #4B2628; }
span { border-color: rgb(75,38,40); }
td.TdClassName
{
border-color: #4B2628;
}
.TagClassName
{
border-color: #4B2628;
}
</style>