Shades of Baker's Chocolate #752800
Tints of Baker's Chocolate #752800
RGB
CMYK
RGB Variations
Color information
#752800 (or 0x752800) is known color: Baker's Chocolate. HEX triplet: 75, 28 and 00. RGB value is (117,40,0). Sum of RGB (Red+Green+Blue) = 117+40+0=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752800 is #8AD7FF. Grayscale: #3A3A3A. Windows color (decimal): -9099264 or 10357. OLE color: 10357.
HSL color Cylindrical-coordinate representation of color #752800: hue angle of 20.51º 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 #752800 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.54 |
| HSL | 20.51º | 1% | 0.23% | - |
| HSV(B) | 20.51º | 1% | 0.46% | - |
| XYZ | 8.09 | 5.3 | 0.6 | - |
| YUV | 58.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 0 | 0 | 0.66 | 1 | 0.54 | 20.51 | 1 | 0.23 |
| Hex | 75 | 28 | 0 | 0 | 42 | 64 | 36 | 15 | 64 | 17 |
| Octal | 165 | 50 | 0 | 0 | 102 | 144 | 66 | 25 | 144 | 27 |
| Binary | 1110101 | 101000 | 0 | 0 | 1000010 | 1100100 | 110110 | 10101 | 1100100 | 10111 |
Color Harmonies of #752800
Complementary color
Monochromatic Colors of #752800
Black with #752800
Text Example
Text Example
White with #752800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752800; }
p { color: rgb(117,40,0); }
H1.HeaderClassName
{
color: #752800;
}
.AnyTagClassName
{
color: #752800;
}
</style>
background-color css
<style>
a { background-color: #752800; }
a { background-color: rgb(117,40,0); }
div.DivClassName
{
background-color: #752800;
}
.BgClassName
{
background-color: #752800;
}
</style>
border-color css
<style>
span { border-color: #752800; }
span { border-color: rgb(117,40,0); }
td.TdClassName
{
border-color: #752800;
}
.TagClassName
{
border-color: #752800;
}
</style>