Shades of Baker's Chocolate #4C2700
Tints of Baker's Chocolate #4C2700
RGB
CMYK
RGB Variations
Color information
#4C2700 (or 0x4C2700) is known color: Baker's Chocolate. HEX triplet: 4C, 27 and 00. RGB value is (76,39,0). Sum of RGB (Red+Green+Blue) = 76+39+0=115 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.09% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2700 is #B3D8FF. Grayscale: #2D2D2D. Windows color (decimal): -11786496 or 10060. OLE color: 10060.
HSL color Cylindrical-coordinate representation of color #4C2700: hue angle of 30.79º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C2700 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.70 |
| HSL | 30.79º | 1% | 0.15% | - |
| HSV(B) | 30.79º | 1% | 0.3% | - |
| XYZ | 3.71 | 2.99 | 0.38 | - |
| YUV | 45.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 0 | 0 | 0.49 | 1 | 0.70 | 30.79 | 1 | 0.15 |
| Hex | 4C | 27 | 0 | 0 | 31 | 64 | 46 | 1F | 64 | F |
| Octal | 114 | 47 | 0 | 0 | 61 | 144 | 106 | 37 | 144 | 17 |
| Binary | 1001100 | 100111 | 0 | 0 | 110001 | 1100100 | 1000110 | 11111 | 1100100 | 1111 |
Color Harmonies of #4C2700
Complementary color
Monochromatic Colors of #4C2700
Black with #4C2700
Text Example
Text Example
White with #4C2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2700; }
p { color: rgb(76,39,0); }
H1.HeaderClassName
{
color: #4C2700;
}
.AnyTagClassName
{
color: #4C2700;
}
</style>
background-color css
<style>
a { background-color: #4C2700; }
a { background-color: rgb(76,39,0); }
div.DivClassName
{
background-color: #4C2700;
}
.BgClassName
{
background-color: #4C2700;
}
</style>
border-color css
<style>
span { border-color: #4C2700; }
span { border-color: rgb(76,39,0); }
td.TdClassName
{
border-color: #4C2700;
}
.TagClassName
{
border-color: #4C2700;
}
</style>