Shades of Baker's Chocolate #752803
Tints of Baker's Chocolate #752803
RGB
CMYK
RGB Variations
Color information
#752803 (or 0x752803) is known color: Baker's Chocolate. HEX triplet: 75, 28 and 03. RGB value is (117,40,3). Sum of RGB (Red+Green+Blue) = 117+40+3=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #752803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752803 is #8AD7FC. Grayscale: #3B3B3B. Windows color (decimal): -9099261 or 206965. OLE color: 206965.
HSL color Cylindrical-coordinate representation of color #752803: hue angle of 19.47º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752803 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 3 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.54 |
| HSL | 19.47º | 0.95% | 0.24% | - |
| HSV(B) | 19.47º | 0.97% | 0.46% | - |
| XYZ | 8.11 | 5.31 | 0.68 | - |
| YUV | 58.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 3 | 0 | 0.66 | 0.97 | 0.54 | 19.47 | 0.95 | 0.24 |
| Hex | 75 | 28 | 3 | 0 | 42 | 61 | 36 | 13 | 5F | 18 |
| Octal | 165 | 50 | 3 | 0 | 102 | 141 | 66 | 23 | 137 | 30 |
| Binary | 1110101 | 101000 | 11 | 0 | 1000010 | 1100001 | 110110 | 10011 | 1011111 | 11000 |
Color Harmonies of #752803
Complementary color
Monochromatic Colors of #752803
Black with #752803
Text Example
Text Example
White with #752803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752803; }
p { color: rgb(117,40,3); }
H1.HeaderClassName
{
color: #752803;
}
.AnyTagClassName
{
color: #752803;
}
</style>
background-color css
<style>
a { background-color: #752803; }
a { background-color: rgb(117,40,3); }
div.DivClassName
{
background-color: #752803;
}
.BgClassName
{
background-color: #752803;
}
</style>
border-color css
<style>
span { border-color: #752803; }
span { border-color: rgb(117,40,3); }
td.TdClassName
{
border-color: #752803;
}
.TagClassName
{
border-color: #752803;
}
</style>