Shades of Cocoa Bean #4D3732
Tints of Cocoa Bean #4D3732
RGB
CMYK
RGB Variations
Color information
#4D3732 (or 0x4D3732) is known color: Cocoa Bean. HEX triplet: 4D, 37 and 32. RGB value is (77,55,50). Sum of RGB (Red+Green+Blue) = 77+55+50=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3732 is #B2C8CD. Grayscale: #3D3D3D. Windows color (decimal): -11716814 or 3290957. OLE color: 3290957.
HSL color Cylindrical-coordinate representation of color #4D3732: hue angle of 11.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3732 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 50 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.70 |
| HSL | 11.11º | 0.21% | 0.25% | - |
| HSV(B) | 11.11º | 0.35% | 0.3% | - |
| XYZ | 5 | 4.54 | 3.63 | - |
| YUV | 61.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 50 | 0 | 0.29 | 0.35 | 0.70 | 11.11 | 0.21 | 0.25 |
| Hex | 4D | 37 | 32 | 0 | 1D | 23 | 46 | B | 15 | 19 |
| Octal | 115 | 67 | 62 | 0 | 35 | 43 | 106 | 13 | 25 | 31 |
| Binary | 1001101 | 110111 | 110010 | 0 | 11101 | 100011 | 1000110 | 1011 | 10101 | 11001 |
Color Harmonies of #4D3732
Complementary color
Monochromatic Colors of #4D3732
Black with #4D3732
Text Example
Text Example
White with #4D3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3732; }
p { color: rgb(77,55,50); }
H1.HeaderClassName
{
color: #4D3732;
}
.AnyTagClassName
{
color: #4D3732;
}
</style>
background-color css
<style>
a { background-color: #4D3732; }
a { background-color: rgb(77,55,50); }
div.DivClassName
{
background-color: #4D3732;
}
.BgClassName
{
background-color: #4D3732;
}
</style>
border-color css
<style>
span { border-color: #4D3732; }
span { border-color: rgb(77,55,50); }
td.TdClassName
{
border-color: #4D3732;
}
.TagClassName
{
border-color: #4D3732;
}
</style>