Shades of Baker's Chocolate #733201
Tints of Baker's Chocolate #733201
RGB
CMYK
RGB Variations
Color information
#733201 (or 0x733201) is known color: Baker's Chocolate. HEX triplet: 73, 32 and 01. RGB value is (115,50,1). Sum of RGB (Red+Green+Blue) = 115+50+1=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #733201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733201 is #8CCDFE. Grayscale: #404040. Windows color (decimal): -9227775 or 78451. OLE color: 78451.
HSL color Cylindrical-coordinate representation of color #733201: hue angle of 25.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #733201 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.55 |
| HSL | 25.79º | 0.98% | 0.23% | - |
| HSV(B) | 25.79º | 0.99% | 0.45% | - |
| XYZ | 8.22 | 5.93 | 0.74 | - |
| YUV | 63.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 1 | 0 | 0.57 | 0.99 | 0.55 | 25.79 | 0.98 | 0.23 |
| Hex | 73 | 32 | 1 | 0 | 39 | 63 | 37 | 1A | 62 | 17 |
| Octal | 163 | 62 | 1 | 0 | 71 | 143 | 67 | 32 | 142 | 27 |
| Binary | 1110011 | 110010 | 1 | 0 | 111001 | 1100011 | 110111 | 11010 | 1100010 | 10111 |
Color Harmonies of #733201
Complementary color
Monochromatic Colors of #733201
Black with #733201
Text Example
Text Example
White with #733201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733201; }
p { color: rgb(115,50,1); }
H1.HeaderClassName
{
color: #733201;
}
.AnyTagClassName
{
color: #733201;
}
</style>
background-color css
<style>
a { background-color: #733201; }
a { background-color: rgb(115,50,1); }
div.DivClassName
{
background-color: #733201;
}
.BgClassName
{
background-color: #733201;
}
</style>
border-color css
<style>
span { border-color: #733201; }
span { border-color: rgb(115,50,1); }
td.TdClassName
{
border-color: #733201;
}
.TagClassName
{
border-color: #733201;
}
</style>