Shades of Baker's Chocolate #732C06
Tints of Baker's Chocolate #732C06
RGB
CMYK
RGB Variations
Color information
#732C06 (or 0x732C06) is known color: Baker's Chocolate. HEX triplet: 73, 2C and 06. RGB value is (115,44,6). Sum of RGB (Red+Green+Blue) = 115+44+6=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #732C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732C06 is #8CD3F9. Grayscale: #3D3D3D. Windows color (decimal): -9229306 or 404595. OLE color: 404595.
HSL color Cylindrical-coordinate representation of color #732C06: hue angle of 20.92º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #732C06 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 6 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.55 |
| HSL | 20.92º | 0.9% | 0.24% | - |
| HSV(B) | 20.92º | 0.95% | 0.45% | - |
| XYZ | 8 | 5.46 | 0.8 | - |
| YUV | 60.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 6 | 0 | 0.62 | 0.95 | 0.55 | 20.92 | 0.9 | 0.24 |
| Hex | 73 | 2C | 6 | 0 | 3E | 5F | 37 | 15 | 5A | 18 |
| Octal | 163 | 54 | 6 | 0 | 76 | 137 | 67 | 25 | 132 | 30 |
| Binary | 1110011 | 101100 | 110 | 0 | 111110 | 1011111 | 110111 | 10101 | 1011010 | 11000 |
Color Harmonies of #732C06
Complementary color
Monochromatic Colors of #732C06
Black with #732C06
Text Example
Text Example
White with #732C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C06; }
p { color: rgb(115,44,6); }
H1.HeaderClassName
{
color: #732C06;
}
.AnyTagClassName
{
color: #732C06;
}
</style>
background-color css
<style>
a { background-color: #732C06; }
a { background-color: rgb(115,44,6); }
div.DivClassName
{
background-color: #732C06;
}
.BgClassName
{
background-color: #732C06;
}
</style>
border-color css
<style>
span { border-color: #732C06; }
span { border-color: rgb(115,44,6); }
td.TdClassName
{
border-color: #732C06;
}
.TagClassName
{
border-color: #732C06;
}
</style>