Shades of Espresso #4B3430
Tints of Espresso #4B3430
RGB
CMYK
RGB Variations
Color information
#4B3430 (or 0x4B3430) is known color: Espresso. HEX triplet: 4B, 34 and 30. RGB value is (75,52,48). Sum of RGB (Red+Green+Blue) = 75+52+48=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3430 is #B4CBCF. Grayscale: #3A3A3A. Windows color (decimal): -11848656 or 3159115. OLE color: 3159115.
HSL color Cylindrical-coordinate representation of color #4B3430: hue angle of 8.89º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3430 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 52 | 48 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.71 |
| HSL | 8.89º | 0.22% | 0.24% | - |
| HSV(B) | 8.89º | 0.36% | 0.29% | - |
| XYZ | 4.66 | 4.17 | 3.35 | - |
| YUV | 58.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 48 | 0 | 0.31 | 0.36 | 0.71 | 8.89 | 0.22 | 0.24 |
| Hex | 4B | 34 | 30 | 0 | 1F | 24 | 47 | 9 | 16 | 18 |
| Octal | 113 | 64 | 60 | 0 | 37 | 44 | 107 | 11 | 26 | 30 |
| Binary | 1001011 | 110100 | 110000 | 0 | 11111 | 100100 | 1000111 | 1001 | 10110 | 11000 |
Color Harmonies of #4B3430
Complementary color
Monochromatic Colors of #4B3430
Black with #4B3430
Text Example
Text Example
White with #4B3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3430; }
p { color: rgb(75,52,48); }
H1.HeaderClassName
{
color: #4B3430;
}
.AnyTagClassName
{
color: #4B3430;
}
</style>
background-color css
<style>
a { background-color: #4B3430; }
a { background-color: rgb(75,52,48); }
div.DivClassName
{
background-color: #4B3430;
}
.BgClassName
{
background-color: #4B3430;
}
</style>
border-color css
<style>
span { border-color: #4B3430; }
span { border-color: rgb(75,52,48); }
td.TdClassName
{
border-color: #4B3430;
}
.TagClassName
{
border-color: #4B3430;
}
</style>