Shades of Baker's Chocolate #732F02
Tints of Baker's Chocolate #732F02
RGB
CMYK
RGB Variations
Color information
#732F02 (or 0x732F02) is known color: Baker's Chocolate. HEX triplet: 73, 2F and 02. RGB value is (115,47,2). Sum of RGB (Red+Green+Blue) = 115+47+2=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #732F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732F02 is #8CD0FD. Grayscale: #3E3E3E. Windows color (decimal): -9228542 or 143219. OLE color: 143219.
HSL color Cylindrical-coordinate representation of color #732F02: hue angle of 23.89º 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 #732F02 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.55 |
| HSL | 23.89º | 0.97% | 0.23% | - |
| HSV(B) | 23.89º | 0.98% | 0.45% | - |
| XYZ | 8.1 | 5.68 | 0.73 | - |
| YUV | 62.2 | 94.03 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 2 | 0 | 0.59 | 0.98 | 0.55 | 23.89 | 0.97 | 0.23 |
| Hex | 73 | 2F | 2 | 0 | 3B | 62 | 37 | 18 | 61 | 17 |
| Octal | 163 | 57 | 2 | 0 | 73 | 142 | 67 | 30 | 141 | 27 |
| Binary | 1110011 | 101111 | 10 | 0 | 111011 | 1100010 | 110111 | 11000 | 1100001 | 10111 |
Color Harmonies of #732F02
Complementary color
Monochromatic Colors of #732F02
Black with #732F02
Text Example
Text Example
White with #732F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F02; }
p { color: rgb(115,47,2); }
H1.HeaderClassName
{
color: #732F02;
}
.AnyTagClassName
{
color: #732F02;
}
</style>
background-color css
<style>
a { background-color: #732F02; }
a { background-color: rgb(115,47,2); }
div.DivClassName
{
background-color: #732F02;
}
.BgClassName
{
background-color: #732F02;
}
</style>
border-color css
<style>
span { border-color: #732F02; }
span { border-color: rgb(115,47,2); }
td.TdClassName
{
border-color: #732F02;
}
.TagClassName
{
border-color: #732F02;
}
</style>