Shades of Cocoa Bean #4D3733
Tints of Cocoa Bean #4D3733
RGB
CMYK
RGB Variations
Color information
#4D3733 (or 0x4D3733) is known color: Cocoa Bean. HEX triplet: 4D, 37 and 33. RGB value is (77,55,51). Sum of RGB (Red+Green+Blue) = 77+55+51=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3733 is #B2C8CC. Grayscale: #3D3D3D. Windows color (decimal): -11716813 or 3356493. OLE color: 3356493.
HSL color Cylindrical-coordinate representation of color #4D3733: hue angle of 9.23º 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 #4D3733 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 51 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.70 |
| HSL | 9.23º | 0.2% | 0.25% | - |
| HSV(B) | 9.23º | 0.34% | 0.3% | - |
| XYZ | 5.02 | 4.55 | 3.75 | - |
| YUV | 61.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 51 | 0 | 0.29 | 0.34 | 0.70 | 9.23 | 0.2 | 0.25 |
| Hex | 4D | 37 | 33 | 0 | 1D | 22 | 46 | 9 | 14 | 19 |
| Octal | 115 | 67 | 63 | 0 | 35 | 42 | 106 | 11 | 24 | 31 |
| Binary | 1001101 | 110111 | 110011 | 0 | 11101 | 100010 | 1000110 | 1001 | 10100 | 11001 |
Color Harmonies of #4D3733
Complementary color
Monochromatic Colors of #4D3733
Black with #4D3733
Text Example
Text Example
White with #4D3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3733; }
p { color: rgb(77,55,51); }
H1.HeaderClassName
{
color: #4D3733;
}
.AnyTagClassName
{
color: #4D3733;
}
</style>
background-color css
<style>
a { background-color: #4D3733; }
a { background-color: rgb(77,55,51); }
div.DivClassName
{
background-color: #4D3733;
}
.BgClassName
{
background-color: #4D3733;
}
</style>
border-color css
<style>
span { border-color: #4D3733; }
span { border-color: rgb(77,55,51); }
td.TdClassName
{
border-color: #4D3733;
}
.TagClassName
{
border-color: #4D3733;
}
</style>