Shades of Baker's Chocolate #752A03
Tints of Baker's Chocolate #752A03
RGB
CMYK
RGB Variations
Color information
#752A03 (or 0x752A03) is known color: Baker's Chocolate. HEX triplet: 75, 2A and 03. RGB value is (117,42,3). Sum of RGB (Red+Green+Blue) = 117+42+3=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A03 is #8AD5FC. Grayscale: #3C3C3C. Windows color (decimal): -9098749 or 207477. OLE color: 207477.
HSL color Cylindrical-coordinate representation of color #752A03: hue angle of 20.53º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #752A03 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 3 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.54 |
| HSL | 20.53º | 0.95% | 0.24% | - |
| HSV(B) | 20.53º | 0.97% | 0.46% | - |
| XYZ | 8.18 | 5.44 | 0.71 | - |
| YUV | 59.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 3 | 0 | 0.64 | 0.97 | 0.54 | 20.53 | 0.95 | 0.24 |
| Hex | 75 | 2A | 3 | 0 | 40 | 61 | 36 | 15 | 5F | 18 |
| Octal | 165 | 52 | 3 | 0 | 100 | 141 | 66 | 25 | 137 | 30 |
| Binary | 1110101 | 101010 | 11 | 0 | 1000000 | 1100001 | 110110 | 10101 | 1011111 | 11000 |
Color Harmonies of #752A03
Complementary color
Monochromatic Colors of #752A03
Black with #752A03
Text Example
Text Example
White with #752A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A03; }
p { color: rgb(117,42,3); }
H1.HeaderClassName
{
color: #752A03;
}
.AnyTagClassName
{
color: #752A03;
}
</style>
background-color css
<style>
a { background-color: #752A03; }
a { background-color: rgb(117,42,3); }
div.DivClassName
{
background-color: #752A03;
}
.BgClassName
{
background-color: #752A03;
}
</style>
border-color css
<style>
span { border-color: #752A03; }
span { border-color: rgb(117,42,3); }
td.TdClassName
{
border-color: #752A03;
}
.TagClassName
{
border-color: #752A03;
}
</style>