Shades of Baker's Chocolate #732900
Tints of Baker's Chocolate #732900
RGB
CMYK
RGB Variations
Color information
#732900 (or 0x732900) is known color: Baker's Chocolate. HEX triplet: 73, 29 and 00. RGB value is (115,41,0). Sum of RGB (Red+Green+Blue) = 115+41+0=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #732900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732900 is #8CD6FF. Grayscale: #3A3A3A. Windows color (decimal): -9230080 or 10611. OLE color: 10611.
HSL color Cylindrical-coordinate representation of color #732900: hue angle of 21.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #732900 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.55 |
| HSL | 21.39º | 1% | 0.23% | - |
| HSV(B) | 21.39º | 1% | 0.45% | - |
| XYZ | 7.86 | 5.23 | 0.6 | - |
| YUV | 58.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 0 | 0 | 0.64 | 1 | 0.55 | 21.39 | 1 | 0.23 |
| Hex | 73 | 29 | 0 | 0 | 40 | 64 | 37 | 15 | 64 | 17 |
| Octal | 163 | 51 | 0 | 0 | 100 | 144 | 67 | 25 | 144 | 27 |
| Binary | 1110011 | 101001 | 0 | 0 | 1000000 | 1100100 | 110111 | 10101 | 1100100 | 10111 |
Color Harmonies of #732900
Complementary color
Monochromatic Colors of #732900
Black with #732900
Text Example
Text Example
White with #732900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732900; }
p { color: rgb(115,41,0); }
H1.HeaderClassName
{
color: #732900;
}
.AnyTagClassName
{
color: #732900;
}
</style>
background-color css
<style>
a { background-color: #732900; }
a { background-color: rgb(115,41,0); }
div.DivClassName
{
background-color: #732900;
}
.BgClassName
{
background-color: #732900;
}
</style>
border-color css
<style>
span { border-color: #732900; }
span { border-color: rgb(115,41,0); }
td.TdClassName
{
border-color: #732900;
}
.TagClassName
{
border-color: #732900;
}
</style>