Shades of Baker's Chocolate #752500
Tints of Baker's Chocolate #752500
RGB
CMYK
RGB Variations
Color information
#752500 (or 0x752500) is known color: Baker's Chocolate. HEX triplet: 75, 25 and 00. RGB value is (117,37,0). Sum of RGB (Red+Green+Blue) = 117+37+0=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #752500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752500 is #8ADAFF. Grayscale: #383838. Windows color (decimal): -9100032 or 9589. OLE color: 9589.
HSL color Cylindrical-coordinate representation of color #752500: hue angle of 18.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #752500 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.54 |
| HSL | 18.97º | 1% | 0.23% | - |
| HSV(B) | 18.97º | 1% | 0.46% | - |
| XYZ | 8 | 5.11 | 0.56 | - |
| YUV | 56.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 0 | 0 | 0.68 | 1 | 0.54 | 18.97 | 1 | 0.23 |
| Hex | 75 | 25 | 0 | 0 | 44 | 64 | 36 | 13 | 64 | 17 |
| Octal | 165 | 45 | 0 | 0 | 104 | 144 | 66 | 23 | 144 | 27 |
| Binary | 1110101 | 100101 | 0 | 0 | 1000100 | 1100100 | 110110 | 10011 | 1100100 | 10111 |
Color Harmonies of #752500
Complementary color
Monochromatic Colors of #752500
Black with #752500
Text Example
Text Example
White with #752500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752500; }
p { color: rgb(117,37,0); }
H1.HeaderClassName
{
color: #752500;
}
.AnyTagClassName
{
color: #752500;
}
</style>
background-color css
<style>
a { background-color: #752500; }
a { background-color: rgb(117,37,0); }
div.DivClassName
{
background-color: #752500;
}
.BgClassName
{
background-color: #752500;
}
</style>
border-color css
<style>
span { border-color: #752500; }
span { border-color: rgb(117,37,0); }
td.TdClassName
{
border-color: #752500;
}
.TagClassName
{
border-color: #752500;
}
</style>