Shades of Baker's Chocolate #732705
Tints of Baker's Chocolate #732705
RGB
CMYK
RGB Variations
Color information
#732705 (or 0x732705) is known color: Baker's Chocolate. HEX triplet: 73, 27 and 05. RGB value is (115,39,5). Sum of RGB (Red+Green+Blue) = 115+39+5=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #732705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732705 is #8CD8FA. Grayscale: #3A3A3A. Windows color (decimal): -9230587 or 337779. OLE color: 337779.
HSL color Cylindrical-coordinate representation of color #732705: hue angle of 18.55º 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 #732705 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 5 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.55 |
| HSL | 18.55º | 0.92% | 0.24% | - |
| HSV(B) | 18.55º | 0.96% | 0.45% | - |
| XYZ | 7.82 | 5.11 | 0.72 | - |
| YUV | 57.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 5 | 0 | 0.66 | 0.96 | 0.55 | 18.55 | 0.92 | 0.24 |
| Hex | 73 | 27 | 5 | 0 | 42 | 60 | 37 | 13 | 5C | 18 |
| Octal | 163 | 47 | 5 | 0 | 102 | 140 | 67 | 23 | 134 | 30 |
| Binary | 1110011 | 100111 | 101 | 0 | 1000010 | 1100000 | 110111 | 10011 | 1011100 | 11000 |
Color Harmonies of #732705
Complementary color
Monochromatic Colors of #732705
Black with #732705
Text Example
Text Example
White with #732705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732705; }
p { color: rgb(115,39,5); }
H1.HeaderClassName
{
color: #732705;
}
.AnyTagClassName
{
color: #732705;
}
</style>
background-color css
<style>
a { background-color: #732705; }
a { background-color: rgb(115,39,5); }
div.DivClassName
{
background-color: #732705;
}
.BgClassName
{
background-color: #732705;
}
</style>
border-color css
<style>
span { border-color: #732705; }
span { border-color: rgb(115,39,5); }
td.TdClassName
{
border-color: #732705;
}
.TagClassName
{
border-color: #732705;
}
</style>