Shades of Baker's Chocolate #732B05
Tints of Baker's Chocolate #732B05
RGB
CMYK
RGB Variations
Color information
#732B05 (or 0x732B05) is known color: Baker's Chocolate. HEX triplet: 73, 2B and 05. RGB value is (115,43,5). Sum of RGB (Red+Green+Blue) = 115+43+5=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #732B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B05 is #8CD4FA. Grayscale: #3C3C3C. Windows color (decimal): -9229563 or 338803. OLE color: 338803.
HSL color Cylindrical-coordinate representation of color #732B05: hue angle of 20.73º 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 #732B05 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 5 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.55 |
| HSL | 20.73º | 0.92% | 0.24% | - |
| HSV(B) | 20.73º | 0.96% | 0.45% | - |
| XYZ | 7.96 | 5.38 | 0.76 | - |
| YUV | 60.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 5 | 0 | 0.63 | 0.96 | 0.55 | 20.73 | 0.92 | 0.24 |
| Hex | 73 | 2B | 5 | 0 | 3F | 60 | 37 | 15 | 5C | 18 |
| Octal | 163 | 53 | 5 | 0 | 77 | 140 | 67 | 25 | 134 | 30 |
| Binary | 1110011 | 101011 | 101 | 0 | 111111 | 1100000 | 110111 | 10101 | 1011100 | 11000 |
Color Harmonies of #732B05
Complementary color
Monochromatic Colors of #732B05
Black with #732B05
Text Example
Text Example
White with #732B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B05; }
p { color: rgb(115,43,5); }
H1.HeaderClassName
{
color: #732B05;
}
.AnyTagClassName
{
color: #732B05;
}
</style>
background-color css
<style>
a { background-color: #732B05; }
a { background-color: rgb(115,43,5); }
div.DivClassName
{
background-color: #732B05;
}
.BgClassName
{
background-color: #732B05;
}
</style>
border-color css
<style>
span { border-color: #732B05; }
span { border-color: rgb(115,43,5); }
td.TdClassName
{
border-color: #732B05;
}
.TagClassName
{
border-color: #732B05;
}
</style>