Shades of Baker's Chocolate #752801
Tints of Baker's Chocolate #752801
RGB
CMYK
RGB Variations
Color information
#752801 (or 0x752801) is known color: Baker's Chocolate. HEX triplet: 75, 28 and 01. RGB value is (117,40,1). Sum of RGB (Red+Green+Blue) = 117+40+1=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752801 is #8AD7FE. Grayscale: #3A3A3A. Windows color (decimal): -9099263 or 75893. OLE color: 75893.
HSL color Cylindrical-coordinate representation of color #752801: hue angle of 20.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #752801 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.54 |
| HSL | 20.17º | 0.98% | 0.23% | - |
| HSV(B) | 20.17º | 0.99% | 0.46% | - |
| XYZ | 8.1 | 5.3 | 0.63 | - |
| YUV | 58.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 1 | 0 | 0.66 | 0.99 | 0.54 | 20.17 | 0.98 | 0.23 |
| Hex | 75 | 28 | 1 | 0 | 42 | 63 | 36 | 14 | 62 | 17 |
| Octal | 165 | 50 | 1 | 0 | 102 | 143 | 66 | 24 | 142 | 27 |
| Binary | 1110101 | 101000 | 1 | 0 | 1000010 | 1100011 | 110110 | 10100 | 1100010 | 10111 |
Color Harmonies of #752801
Complementary color
Monochromatic Colors of #752801
Black with #752801
Text Example
Text Example
White with #752801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752801; }
p { color: rgb(117,40,1); }
H1.HeaderClassName
{
color: #752801;
}
.AnyTagClassName
{
color: #752801;
}
</style>
background-color css
<style>
a { background-color: #752801; }
a { background-color: rgb(117,40,1); }
div.DivClassName
{
background-color: #752801;
}
.BgClassName
{
background-color: #752801;
}
</style>
border-color css
<style>
span { border-color: #752801; }
span { border-color: rgb(117,40,1); }
td.TdClassName
{
border-color: #752801;
}
.TagClassName
{
border-color: #752801;
}
</style>