Shades of Baker's Chocolate #752600
Tints of Baker's Chocolate #752600
RGB
CMYK
RGB Variations
Color information
#752600 (or 0x752600) is known color: Baker's Chocolate. HEX triplet: 75, 26 and 00. RGB value is (117,38,0). Sum of RGB (Red+Green+Blue) = 117+38+0=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #752600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752600 is #8AD9FF. Grayscale: #393939. Windows color (decimal): -9099776 or 9845. OLE color: 9845.
HSL color Cylindrical-coordinate representation of color #752600: hue angle of 19.49º 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 #752600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.54 |
| HSL | 19.49º | 1% | 0.23% | - |
| HSV(B) | 19.49º | 1% | 0.46% | - |
| XYZ | 8.03 | 5.17 | 0.57 | - |
| YUV | 57.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 0 | 0 | 0.68 | 1 | 0.54 | 19.49 | 1 | 0.23 |
| Hex | 75 | 26 | 0 | 0 | 44 | 64 | 36 | 13 | 64 | 17 |
| Octal | 165 | 46 | 0 | 0 | 104 | 144 | 66 | 23 | 144 | 27 |
| Binary | 1110101 | 100110 | 0 | 0 | 1000100 | 1100100 | 110110 | 10011 | 1100100 | 10111 |
Color Harmonies of #752600
Complementary color
Monochromatic Colors of #752600
Black with #752600
Text Example
Text Example
White with #752600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752600; }
p { color: rgb(117,38,0); }
H1.HeaderClassName
{
color: #752600;
}
.AnyTagClassName
{
color: #752600;
}
</style>
background-color css
<style>
a { background-color: #752600; }
a { background-color: rgb(117,38,0); }
div.DivClassName
{
background-color: #752600;
}
.BgClassName
{
background-color: #752600;
}
</style>
border-color css
<style>
span { border-color: #752600; }
span { border-color: rgb(117,38,0); }
td.TdClassName
{
border-color: #752600;
}
.TagClassName
{
border-color: #752600;
}
</style>