Shades of Baker's Chocolate #732808
Tints of Baker's Chocolate #732808
RGB
CMYK
RGB Variations
Color information
#732808 (or 0x732808) is known color: Baker's Chocolate. HEX triplet: 73, 28 and 08. RGB value is (115,40,8). Sum of RGB (Red+Green+Blue) = 115+40+8=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #732808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732808 is #8CD7F7. Grayscale: #3A3A3A. Windows color (decimal): -9230328 or 534643. OLE color: 534643.
HSL color Cylindrical-coordinate representation of color #732808: hue angle of 17.94º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #732808 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 8 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.55 |
| HSL | 17.94º | 0.87% | 0.24% | - |
| HSV(B) | 17.94º | 0.93% | 0.45% | - |
| XYZ | 7.87 | 5.18 | 0.81 | - |
| YUV | 58.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 8 | 0 | 0.65 | 0.93 | 0.55 | 17.94 | 0.87 | 0.24 |
| Hex | 73 | 28 | 8 | 0 | 41 | 5D | 37 | 12 | 57 | 18 |
| Octal | 163 | 50 | 10 | 0 | 101 | 135 | 67 | 22 | 127 | 30 |
| Binary | 1110011 | 101000 | 1000 | 0 | 1000001 | 1011101 | 110111 | 10010 | 1010111 | 11000 |
Color Harmonies of #732808
Complementary color
Monochromatic Colors of #732808
Black with #732808
Text Example
Text Example
White with #732808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732808; }
p { color: rgb(115,40,8); }
H1.HeaderClassName
{
color: #732808;
}
.AnyTagClassName
{
color: #732808;
}
</style>
background-color css
<style>
a { background-color: #732808; }
a { background-color: rgb(115,40,8); }
div.DivClassName
{
background-color: #732808;
}
.BgClassName
{
background-color: #732808;
}
</style>
border-color css
<style>
span { border-color: #732808; }
span { border-color: rgb(115,40,8); }
td.TdClassName
{
border-color: #732808;
}
.TagClassName
{
border-color: #732808;
}
</style>