Shades of Baker's Chocolate #732902
Tints of Baker's Chocolate #732902
RGB
CMYK
RGB Variations
Color information
#732902 (or 0x732902) is known color: Baker's Chocolate. HEX triplet: 73, 29 and 02. RGB value is (115,41,2). Sum of RGB (Red+Green+Blue) = 115+41+2=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #732902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732902 is #8CD6FD. Grayscale: #3A3A3A. Windows color (decimal): -9230078 or 141683. OLE color: 141683.
HSL color Cylindrical-coordinate representation of color #732902: hue angle of 20.71º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #732902 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 2 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.55 |
| HSL | 20.71º | 0.97% | 0.23% | - |
| HSV(B) | 20.71º | 0.98% | 0.45% | - |
| XYZ | 7.87 | 5.24 | 0.65 | - |
| YUV | 58.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 2 | 0 | 0.64 | 0.98 | 0.55 | 20.71 | 0.97 | 0.23 |
| Hex | 73 | 29 | 2 | 0 | 40 | 62 | 37 | 15 | 61 | 17 |
| Octal | 163 | 51 | 2 | 0 | 100 | 142 | 67 | 25 | 141 | 27 |
| Binary | 1110011 | 101001 | 10 | 0 | 1000000 | 1100010 | 110111 | 10101 | 1100001 | 10111 |
Color Harmonies of #732902
Complementary color
Monochromatic Colors of #732902
Black with #732902
Text Example
Text Example
White with #732902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732902; }
p { color: rgb(115,41,2); }
H1.HeaderClassName
{
color: #732902;
}
.AnyTagClassName
{
color: #732902;
}
</style>
background-color css
<style>
a { background-color: #732902; }
a { background-color: rgb(115,41,2); }
div.DivClassName
{
background-color: #732902;
}
.BgClassName
{
background-color: #732902;
}
</style>
border-color css
<style>
span { border-color: #732902; }
span { border-color: rgb(115,41,2); }
td.TdClassName
{
border-color: #732902;
}
.TagClassName
{
border-color: #732902;
}
</style>