Shades of Baker's Chocolate #752C00
Tints of Baker's Chocolate #752C00
RGB
CMYK
RGB Variations
Color information
#752C00 (or 0x752C00) is known color: Baker's Chocolate. HEX triplet: 75, 2C and 00. RGB value is (117,44,0). Sum of RGB (Red+Green+Blue) = 117+44+0=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #752C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C00 is #8AD3FF. Grayscale: #3D3D3D. Windows color (decimal): -9098240 or 11381. OLE color: 11381.
HSL color Cylindrical-coordinate representation of color #752C00: hue angle of 22.56º 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 #752C00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.54 |
| HSL | 22.56º | 1% | 0.23% | - |
| HSV(B) | 22.56º | 1% | 0.46% | - |
| XYZ | 8.24 | 5.58 | 0.64 | - |
| YUV | 60.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 0 | 0 | 0.62 | 1 | 0.54 | 22.56 | 1 | 0.23 |
| Hex | 75 | 2C | 0 | 0 | 3E | 64 | 36 | 17 | 64 | 17 |
| Octal | 165 | 54 | 0 | 0 | 76 | 144 | 66 | 27 | 144 | 27 |
| Binary | 1110101 | 101100 | 0 | 0 | 111110 | 1100100 | 110110 | 10111 | 1100100 | 10111 |
Color Harmonies of #752C00
Complementary color
Monochromatic Colors of #752C00
Black with #752C00
Text Example
Text Example
White with #752C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C00; }
p { color: rgb(117,44,0); }
H1.HeaderClassName
{
color: #752C00;
}
.AnyTagClassName
{
color: #752C00;
}
</style>
background-color css
<style>
a { background-color: #752C00; }
a { background-color: rgb(117,44,0); }
div.DivClassName
{
background-color: #752C00;
}
.BgClassName
{
background-color: #752C00;
}
</style>
border-color css
<style>
span { border-color: #752C00; }
span { border-color: rgb(117,44,0); }
td.TdClassName
{
border-color: #752C00;
}
.TagClassName
{
border-color: #752C00;
}
</style>