Shades of Baker's Chocolate #732702
Tints of Baker's Chocolate #732702
RGB
CMYK
RGB Variations
Color information
#732702 (or 0x732702) is known color: Baker's Chocolate. HEX triplet: 73, 27 and 02. RGB value is (115,39,2). Sum of RGB (Red+Green+Blue) = 115+39+2=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #732702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732702 is #8CD8FD. Grayscale: #393939. Windows color (decimal): -9230590 or 141171. OLE color: 141171.
HSL color Cylindrical-coordinate representation of color #732702: hue angle of 19.65º 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 #732702 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 2 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.55 |
| HSL | 19.65º | 0.97% | 0.23% | - |
| HSV(B) | 19.65º | 0.98% | 0.45% | - |
| XYZ | 7.81 | 5.1 | 0.63 | - |
| YUV | 57.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 2 | 0 | 0.66 | 0.98 | 0.55 | 19.65 | 0.97 | 0.23 |
| Hex | 73 | 27 | 2 | 0 | 42 | 62 | 37 | 14 | 61 | 17 |
| Octal | 163 | 47 | 2 | 0 | 102 | 142 | 67 | 24 | 141 | 27 |
| Binary | 1110011 | 100111 | 10 | 0 | 1000010 | 1100010 | 110111 | 10100 | 1100001 | 10111 |
Color Harmonies of #732702
Complementary color
Monochromatic Colors of #732702
Black with #732702
Text Example
Text Example
White with #732702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732702; }
p { color: rgb(115,39,2); }
H1.HeaderClassName
{
color: #732702;
}
.AnyTagClassName
{
color: #732702;
}
</style>
background-color css
<style>
a { background-color: #732702; }
a { background-color: rgb(115,39,2); }
div.DivClassName
{
background-color: #732702;
}
.BgClassName
{
background-color: #732702;
}
</style>
border-color css
<style>
span { border-color: #732702; }
span { border-color: rgb(115,39,2); }
td.TdClassName
{
border-color: #732702;
}
.TagClassName
{
border-color: #732702;
}
</style>