Shades of Cocoa Bean #4B3736
Tints of Cocoa Bean #4B3736
RGB
CMYK
RGB Variations
Color information
#4B3736 (or 0x4B3736) is known color: Cocoa Bean. HEX triplet: 4B, 37 and 36. RGB value is (75,55,54). Sum of RGB (Red+Green+Blue) = 75+55+54=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3736 is #B4C8C9. Grayscale: #3C3C3C. Windows color (decimal): -11847882 or 3553099. OLE color: 3553099.
HSL color Cylindrical-coordinate representation of color #4B3736: hue angle of 2.86º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B3736 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 54 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.71 |
| HSL | 2.86º | 0.16% | 0.25% | - |
| HSV(B) | 2.86º | 0.28% | 0.29% | - |
| XYZ | 4.93 | 4.49 | 4.1 | - |
| YUV | 60.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 54 | 0 | 0.27 | 0.28 | 0.71 | 2.86 | 0.16 | 0.25 |
| Hex | 4B | 37 | 36 | 0 | 1B | 1C | 47 | 3 | 10 | 19 |
| Octal | 113 | 67 | 66 | 0 | 33 | 34 | 107 | 3 | 20 | 31 |
| Binary | 1001011 | 110111 | 110110 | 0 | 11011 | 11100 | 1000111 | 11 | 10000 | 11001 |
Color Harmonies of #4B3736
Complementary color
Monochromatic Colors of #4B3736
Black with #4B3736
Text Example
Text Example
White with #4B3736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3736; }
p { color: rgb(75,55,54); }
H1.HeaderClassName
{
color: #4B3736;
}
.AnyTagClassName
{
color: #4B3736;
}
</style>
background-color css
<style>
a { background-color: #4B3736; }
a { background-color: rgb(75,55,54); }
div.DivClassName
{
background-color: #4B3736;
}
.BgClassName
{
background-color: #4B3736;
}
</style>
border-color css
<style>
span { border-color: #4B3736; }
span { border-color: rgb(75,55,54); }
td.TdClassName
{
border-color: #4B3736;
}
.TagClassName
{
border-color: #4B3736;
}
</style>