Shades of Espresso #4B302B
Tints of Espresso #4B302B
RGB
CMYK
RGB Variations
Color information
#4B302B (or 0x4B302B) is known color: Espresso. HEX triplet: 4B, 30 and 2B. RGB value is (75,48,43). Sum of RGB (Red+Green+Blue) = 75+48+43=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B302B is #B4CFD4. Grayscale: #373737. Windows color (decimal): -11849685 or 2830411. OLE color: 2830411.
HSL color Cylindrical-coordinate representation of color #4B302B: hue angle of 9.38º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B302B is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 48 | 43 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.71 |
| HSL | 9.38º | 0.27% | 0.23% | - |
| HSV(B) | 9.38º | 0.43% | 0.29% | - |
| XYZ | 4.39 | 3.78 | 2.78 | - |
| YUV | 55.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 43 | 0 | 0.36 | 0.43 | 0.71 | 9.38 | 0.27 | 0.23 |
| Hex | 4B | 30 | 2B | 0 | 24 | 2B | 47 | 9 | 1B | 17 |
| Octal | 113 | 60 | 53 | 0 | 44 | 53 | 107 | 11 | 33 | 27 |
| Binary | 1001011 | 110000 | 101011 | 0 | 100100 | 101011 | 1000111 | 1001 | 11011 | 10111 |
Color Harmonies of #4B302B
Complementary color
Monochromatic Colors of #4B302B
Black with #4B302B
Text Example
Text Example
White with #4B302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B302B; }
p { color: rgb(75,48,43); }
H1.HeaderClassName
{
color: #4B302B;
}
.AnyTagClassName
{
color: #4B302B;
}
</style>
background-color css
<style>
a { background-color: #4B302B; }
a { background-color: rgb(75,48,43); }
div.DivClassName
{
background-color: #4B302B;
}
.BgClassName
{
background-color: #4B302B;
}
</style>
border-color css
<style>
span { border-color: #4B302B; }
span { border-color: rgb(75,48,43); }
td.TdClassName
{
border-color: #4B302B;
}
.TagClassName
{
border-color: #4B302B;
}
</style>