Shades of Baker's Chocolate #733202
Tints of Baker's Chocolate #733202
RGB
CMYK
RGB Variations
Color information
#733202 (or 0x733202) is known color: Baker's Chocolate. HEX triplet: 73, 32 and 02. RGB value is (115,50,2). Sum of RGB (Red+Green+Blue) = 115+50+2=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #733202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733202 is #8CCDFD. Grayscale: #404040. Windows color (decimal): -9227774 or 143987. OLE color: 143987.
HSL color Cylindrical-coordinate representation of color #733202: hue angle of 25.49º 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 #733202 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.55 |
| HSL | 25.49º | 0.97% | 0.23% | - |
| HSV(B) | 25.49º | 0.98% | 0.45% | - |
| XYZ | 8.22 | 5.93 | 0.77 | - |
| YUV | 63.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 2 | 0 | 0.57 | 0.98 | 0.55 | 25.49 | 0.97 | 0.23 |
| Hex | 73 | 32 | 2 | 0 | 39 | 62 | 37 | 19 | 61 | 17 |
| Octal | 163 | 62 | 2 | 0 | 71 | 142 | 67 | 31 | 141 | 27 |
| Binary | 1110011 | 110010 | 10 | 0 | 111001 | 1100010 | 110111 | 11001 | 1100001 | 10111 |
Color Harmonies of #733202
Complementary color
Monochromatic Colors of #733202
Black with #733202
Text Example
Text Example
White with #733202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733202; }
p { color: rgb(115,50,2); }
H1.HeaderClassName
{
color: #733202;
}
.AnyTagClassName
{
color: #733202;
}
</style>
background-color css
<style>
a { background-color: #733202; }
a { background-color: rgb(115,50,2); }
div.DivClassName
{
background-color: #733202;
}
.BgClassName
{
background-color: #733202;
}
</style>
border-color css
<style>
span { border-color: #733202; }
span { border-color: rgb(115,50,2); }
td.TdClassName
{
border-color: #733202;
}
.TagClassName
{
border-color: #733202;
}
</style>