Shades of Baker's Chocolate #752C02
Tints of Baker's Chocolate #752C02
RGB
CMYK
RGB Variations
Color information
#752C02 (or 0x752C02) is known color: Baker's Chocolate. HEX triplet: 75, 2C and 02. RGB value is (117,44,2). Sum of RGB (Red+Green+Blue) = 117+44+2=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C02 is #8AD3FD. Grayscale: #3D3D3D. Windows color (decimal): -9098238 or 142453. OLE color: 142453.
HSL color Cylindrical-coordinate representation of color #752C02: hue angle of 21.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #752C02 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 2 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.54 |
| HSL | 21.91º | 0.97% | 0.23% | - |
| HSV(B) | 21.91º | 0.98% | 0.46% | - |
| XYZ | 8.25 | 5.59 | 0.7 | - |
| YUV | 61.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 2 | 0 | 0.62 | 0.98 | 0.54 | 21.91 | 0.97 | 0.23 |
| Hex | 75 | 2C | 2 | 0 | 3E | 62 | 36 | 16 | 61 | 17 |
| Octal | 165 | 54 | 2 | 0 | 76 | 142 | 66 | 26 | 141 | 27 |
| Binary | 1110101 | 101100 | 10 | 0 | 111110 | 1100010 | 110110 | 10110 | 1100001 | 10111 |
Color Harmonies of #752C02
Complementary color
Monochromatic Colors of #752C02
Black with #752C02
Text Example
Text Example
White with #752C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C02; }
p { color: rgb(117,44,2); }
H1.HeaderClassName
{
color: #752C02;
}
.AnyTagClassName
{
color: #752C02;
}
</style>
background-color css
<style>
a { background-color: #752C02; }
a { background-color: rgb(117,44,2); }
div.DivClassName
{
background-color: #752C02;
}
.BgClassName
{
background-color: #752C02;
}
</style>
border-color css
<style>
span { border-color: #752C02; }
span { border-color: rgb(117,44,2); }
td.TdClassName
{
border-color: #752C02;
}
.TagClassName
{
border-color: #752C02;
}
</style>