Shades of Baker's Chocolate #732805
Tints of Baker's Chocolate #732805
RGB
CMYK
RGB Variations
Color information
#732805 (or 0x732805) is known color: Baker's Chocolate. HEX triplet: 73, 28 and 05. RGB value is (115,40,5). Sum of RGB (Red+Green+Blue) = 115+40+5=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #732805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732805 is #8CD7FA. Grayscale: #3A3A3A. Windows color (decimal): -9230331 or 338035. OLE color: 338035.
HSL color Cylindrical-coordinate representation of color #732805: hue angle of 19.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #732805 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 5 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.55 |
| HSL | 19.09º | 0.92% | 0.24% | - |
| HSV(B) | 19.09º | 0.96% | 0.45% | - |
| XYZ | 7.86 | 5.17 | 0.73 | - |
| YUV | 58.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 5 | 0 | 0.65 | 0.96 | 0.55 | 19.09 | 0.92 | 0.24 |
| Hex | 73 | 28 | 5 | 0 | 41 | 60 | 37 | 13 | 5C | 18 |
| Octal | 163 | 50 | 5 | 0 | 101 | 140 | 67 | 23 | 134 | 30 |
| Binary | 1110011 | 101000 | 101 | 0 | 1000001 | 1100000 | 110111 | 10011 | 1011100 | 11000 |
Color Harmonies of #732805
Complementary color
Monochromatic Colors of #732805
Black with #732805
Text Example
Text Example
White with #732805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732805; }
p { color: rgb(115,40,5); }
H1.HeaderClassName
{
color: #732805;
}
.AnyTagClassName
{
color: #732805;
}
</style>
background-color css
<style>
a { background-color: #732805; }
a { background-color: rgb(115,40,5); }
div.DivClassName
{
background-color: #732805;
}
.BgClassName
{
background-color: #732805;
}
</style>
border-color css
<style>
span { border-color: #732805; }
span { border-color: rgb(115,40,5); }
td.TdClassName
{
border-color: #732805;
}
.TagClassName
{
border-color: #732805;
}
</style>