Shades of Cocoa Bean #4D3633
Tints of Cocoa Bean #4D3633
RGB
CMYK
RGB Variations
Color information
#4D3633 (or 0x4D3633) is known color: Cocoa Bean. HEX triplet: 4D, 36 and 33. RGB value is (77,54,51). Sum of RGB (Red+Green+Blue) = 77+54+51=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3633 is #B2C9CC. Grayscale: #3C3C3C. Windows color (decimal): -11717069 or 3356237. OLE color: 3356237.
HSL color Cylindrical-coordinate representation of color #4D3633: hue angle of 6.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D3633 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 51 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.70 |
| HSL | 6.92º | 0.2% | 0.25% | - |
| HSV(B) | 6.92º | 0.34% | 0.3% | - |
| XYZ | 4.98 | 4.46 | 3.73 | - |
| YUV | 60.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 51 | 0 | 0.30 | 0.34 | 0.70 | 6.92 | 0.2 | 0.25 |
| Hex | 4D | 36 | 33 | 0 | 1E | 22 | 46 | 7 | 14 | 19 |
| Octal | 115 | 66 | 63 | 0 | 36 | 42 | 106 | 7 | 24 | 31 |
| Binary | 1001101 | 110110 | 110011 | 0 | 11110 | 100010 | 1000110 | 111 | 10100 | 11001 |
Color Harmonies of #4D3633
Complementary color
Monochromatic Colors of #4D3633
Black with #4D3633
Text Example
Text Example
White with #4D3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3633; }
p { color: rgb(77,54,51); }
H1.HeaderClassName
{
color: #4D3633;
}
.AnyTagClassName
{
color: #4D3633;
}
</style>
background-color css
<style>
a { background-color: #4D3633; }
a { background-color: rgb(77,54,51); }
div.DivClassName
{
background-color: #4D3633;
}
.BgClassName
{
background-color: #4D3633;
}
</style>
border-color css
<style>
span { border-color: #4D3633; }
span { border-color: rgb(77,54,51); }
td.TdClassName
{
border-color: #4D3633;
}
.TagClassName
{
border-color: #4D3633;
}
</style>