Shades of Baker's Chocolate #732503
Tints of Baker's Chocolate #732503
RGB
CMYK
RGB Variations
Color information
#732503 (or 0x732503) is known color: Baker's Chocolate. HEX triplet: 73, 25 and 03. RGB value is (115,37,3). Sum of RGB (Red+Green+Blue) = 115+37+3=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #732503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732503 is #8CDAFC. Grayscale: #383838. Windows color (decimal): -9231101 or 206195. OLE color: 206195.
HSL color Cylindrical-coordinate representation of color #732503: hue angle of 18.21º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #732503 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 3 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.55 |
| HSL | 18.21º | 0.95% | 0.23% | - |
| HSV(B) | 18.21º | 0.97% | 0.45% | - |
| XYZ | 7.75 | 4.97 | 0.64 | - |
| YUV | 56.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 3 | 0 | 0.68 | 0.97 | 0.55 | 18.21 | 0.95 | 0.23 |
| Hex | 73 | 25 | 3 | 0 | 44 | 61 | 37 | 12 | 5F | 17 |
| Octal | 163 | 45 | 3 | 0 | 104 | 141 | 67 | 22 | 137 | 27 |
| Binary | 1110011 | 100101 | 11 | 0 | 1000100 | 1100001 | 110111 | 10010 | 1011111 | 10111 |
Color Harmonies of #732503
Complementary color
Monochromatic Colors of #732503
Black with #732503
Text Example
Text Example
White with #732503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732503; }
p { color: rgb(115,37,3); }
H1.HeaderClassName
{
color: #732503;
}
.AnyTagClassName
{
color: #732503;
}
</style>
background-color css
<style>
a { background-color: #732503; }
a { background-color: rgb(115,37,3); }
div.DivClassName
{
background-color: #732503;
}
.BgClassName
{
background-color: #732503;
}
</style>
border-color css
<style>
span { border-color: #732503; }
span { border-color: rgb(115,37,3); }
td.TdClassName
{
border-color: #732503;
}
.TagClassName
{
border-color: #732503;
}
</style>