Shades of Baker's Chocolate #732709
Tints of Baker's Chocolate #732709
RGB
CMYK
RGB Variations
Color information
#732709 (or 0x732709) is known color: Baker's Chocolate. HEX triplet: 73, 27 and 09. RGB value is (115,39,9). Sum of RGB (Red+Green+Blue) = 115+39+9=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #732709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732709 is #8CD8F6. Grayscale: #3A3A3A. Windows color (decimal): -9230583 or 599923. OLE color: 599923.
HSL color Cylindrical-coordinate representation of color #732709: hue angle of 16.98º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #732709 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 9 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.55 |
| HSL | 16.98º | 0.85% | 0.24% | - |
| HSV(B) | 16.98º | 0.92% | 0.45% | - |
| XYZ | 7.85 | 5.12 | 0.83 | - |
| YUV | 58.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 9 | 0 | 0.66 | 0.92 | 0.55 | 16.98 | 0.85 | 0.24 |
| Hex | 73 | 27 | 9 | 0 | 42 | 5C | 37 | 11 | 55 | 18 |
| Octal | 163 | 47 | 11 | 0 | 102 | 134 | 67 | 21 | 125 | 30 |
| Binary | 1110011 | 100111 | 1001 | 0 | 1000010 | 1011100 | 110111 | 10001 | 1010101 | 11000 |
Color Harmonies of #732709
Complementary color
Monochromatic Colors of #732709
Black with #732709
Text Example
Text Example
White with #732709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732709; }
p { color: rgb(115,39,9); }
H1.HeaderClassName
{
color: #732709;
}
.AnyTagClassName
{
color: #732709;
}
</style>
background-color css
<style>
a { background-color: #732709; }
a { background-color: rgb(115,39,9); }
div.DivClassName
{
background-color: #732709;
}
.BgClassName
{
background-color: #732709;
}
</style>
border-color css
<style>
span { border-color: #732709; }
span { border-color: rgb(115,39,9); }
td.TdClassName
{
border-color: #732709;
}
.TagClassName
{
border-color: #732709;
}
</style>