Shades of Baker's Chocolate #732301
Tints of Baker's Chocolate #732301
RGB
CMYK
RGB Variations
Color information
#732301 (or 0x732301) is known color: Baker's Chocolate. HEX triplet: 73, 23 and 01. RGB value is (115,35,1). Sum of RGB (Red+Green+Blue) = 115+35+1=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #732301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732301 is #8CDCFE. Grayscale: #373737. Windows color (decimal): -9231615 or 74611. OLE color: 74611.
HSL color Cylindrical-coordinate representation of color #732301: hue angle of 17.89º 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 #732301 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.55 |
| HSL | 17.89º | 0.98% | 0.23% | - |
| HSV(B) | 17.89º | 0.99% | 0.45% | - |
| XYZ | 7.68 | 4.85 | 0.56 | - |
| YUV | 55.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 1 | 0 | 0.70 | 0.99 | 0.55 | 17.89 | 0.98 | 0.23 |
| Hex | 73 | 23 | 1 | 0 | 46 | 63 | 37 | 12 | 62 | 17 |
| Octal | 163 | 43 | 1 | 0 | 106 | 143 | 67 | 22 | 142 | 27 |
| Binary | 1110011 | 100011 | 1 | 0 | 1000110 | 1100011 | 110111 | 10010 | 1100010 | 10111 |
Color Harmonies of #732301
Complementary color
Monochromatic Colors of #732301
Black with #732301
Text Example
Text Example
White with #732301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732301; }
p { color: rgb(115,35,1); }
H1.HeaderClassName
{
color: #732301;
}
.AnyTagClassName
{
color: #732301;
}
</style>
background-color css
<style>
a { background-color: #732301; }
a { background-color: rgb(115,35,1); }
div.DivClassName
{
background-color: #732301;
}
.BgClassName
{
background-color: #732301;
}
</style>
border-color css
<style>
span { border-color: #732301; }
span { border-color: rgb(115,35,1); }
td.TdClassName
{
border-color: #732301;
}
.TagClassName
{
border-color: #732301;
}
</style>