Shades of Espresso #4B302A
Tints of Espresso #4B302A
RGB
CMYK
RGB Variations
Color information
#4B302A (or 0x4B302A) is known color: Espresso. HEX triplet: 4B, 30 and 2A. RGB value is (75,48,42). Sum of RGB (Red+Green+Blue) = 75+48+42=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B302A is #B4CFD5. Grayscale: #373737. Windows color (decimal): -11849686 or 2764875. OLE color: 2764875.
HSL color Cylindrical-coordinate representation of color #4B302A: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B302A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 48 | 42 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.71 |
| HSL | 10.91º | 0.28% | 0.23% | - |
| HSV(B) | 10.91º | 0.44% | 0.29% | - |
| XYZ | 4.38 | 3.78 | 2.69 | - |
| YUV | 55.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 42 | 0 | 0.36 | 0.44 | 0.71 | 10.91 | 0.28 | 0.23 |
| Hex | 4B | 30 | 2A | 0 | 24 | 2C | 47 | B | 1C | 17 |
| Octal | 113 | 60 | 52 | 0 | 44 | 54 | 107 | 13 | 34 | 27 |
| Binary | 1001011 | 110000 | 101010 | 0 | 100100 | 101100 | 1000111 | 1011 | 11100 | 10111 |
Color Harmonies of #4B302A
Complementary color
Monochromatic Colors of #4B302A
Black with #4B302A
Text Example
Text Example
White with #4B302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B302A; }
p { color: rgb(75,48,42); }
H1.HeaderClassName
{
color: #4B302A;
}
.AnyTagClassName
{
color: #4B302A;
}
</style>
background-color css
<style>
a { background-color: #4B302A; }
a { background-color: rgb(75,48,42); }
div.DivClassName
{
background-color: #4B302A;
}
.BgClassName
{
background-color: #4B302A;
}
</style>
border-color css
<style>
span { border-color: #4B302A; }
span { border-color: rgb(75,48,42); }
td.TdClassName
{
border-color: #4B302A;
}
.TagClassName
{
border-color: #4B302A;
}
</style>