Shades of Baker's Chocolate #752401
Tints of Baker's Chocolate #752401
RGB
CMYK
RGB Variations
Color information
#752401 (or 0x752401) is known color: Baker's Chocolate. HEX triplet: 75, 24 and 01. RGB value is (117,36,1). Sum of RGB (Red+Green+Blue) = 117+36+1=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #752401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752401 is #8ADBFE. Grayscale: #383838. Windows color (decimal): -9100287 or 74869. OLE color: 74869.
HSL color Cylindrical-coordinate representation of color #752401: hue angle of 18.1º 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 #752401 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.54 |
| HSL | 18.1º | 0.98% | 0.23% | - |
| HSV(B) | 18.1º | 0.99% | 0.46% | - |
| XYZ | 7.97 | 5.05 | 0.58 | - |
| YUV | 56.23 | 96.84 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 1 | 0 | 0.69 | 0.99 | 0.54 | 18.1 | 0.98 | 0.23 |
| Hex | 75 | 24 | 1 | 0 | 45 | 63 | 36 | 12 | 62 | 17 |
| Octal | 165 | 44 | 1 | 0 | 105 | 143 | 66 | 22 | 142 | 27 |
| Binary | 1110101 | 100100 | 1 | 0 | 1000101 | 1100011 | 110110 | 10010 | 1100010 | 10111 |
Color Harmonies of #752401
Complementary color
Monochromatic Colors of #752401
Black with #752401
Text Example
Text Example
White with #752401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752401; }
p { color: rgb(117,36,1); }
H1.HeaderClassName
{
color: #752401;
}
.AnyTagClassName
{
color: #752401;
}
</style>
background-color css
<style>
a { background-color: #752401; }
a { background-color: rgb(117,36,1); }
div.DivClassName
{
background-color: #752401;
}
.BgClassName
{
background-color: #752401;
}
</style>
border-color css
<style>
span { border-color: #752401; }
span { border-color: rgb(117,36,1); }
td.TdClassName
{
border-color: #752401;
}
.TagClassName
{
border-color: #752401;
}
</style>