Shades of Baker's Chocolate #732600
Tints of Baker's Chocolate #732600
RGB
CMYK
RGB Variations
Color information
#732600 (or 0x732600) is known color: Baker's Chocolate. HEX triplet: 73, 26 and 00. RGB value is (115,38,0). Sum of RGB (Red+Green+Blue) = 115+38+0=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #732600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732600 is #8CD9FF. Grayscale: #383838. Windows color (decimal): -9230848 or 9843. OLE color: 9843.
HSL color Cylindrical-coordinate representation of color #732600: hue angle of 19.83º 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 #732600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.55 |
| HSL | 19.83º | 1% | 0.23% | - |
| HSV(B) | 19.83º | 1% | 0.45% | - |
| XYZ | 7.76 | 5.03 | 0.56 | - |
| YUV | 56.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 0 | 0 | 0.67 | 1 | 0.55 | 19.83 | 1 | 0.23 |
| Hex | 73 | 26 | 0 | 0 | 43 | 64 | 37 | 14 | 64 | 17 |
| Octal | 163 | 46 | 0 | 0 | 103 | 144 | 67 | 24 | 144 | 27 |
| Binary | 1110011 | 100110 | 0 | 0 | 1000011 | 1100100 | 110111 | 10100 | 1100100 | 10111 |
Color Harmonies of #732600
Complementary color
Monochromatic Colors of #732600
Black with #732600
Text Example
Text Example
White with #732600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732600; }
p { color: rgb(115,38,0); }
H1.HeaderClassName
{
color: #732600;
}
.AnyTagClassName
{
color: #732600;
}
</style>
background-color css
<style>
a { background-color: #732600; }
a { background-color: rgb(115,38,0); }
div.DivClassName
{
background-color: #732600;
}
.BgClassName
{
background-color: #732600;
}
</style>
border-color css
<style>
span { border-color: #732600; }
span { border-color: rgb(115,38,0); }
td.TdClassName
{
border-color: #732600;
}
.TagClassName
{
border-color: #732600;
}
</style>