Shades of Baker's Chocolate #752E00
Tints of Baker's Chocolate #752E00
RGB
CMYK
RGB Variations
Color information
#752E00 (or 0x752E00) is known color: Baker's Chocolate. HEX triplet: 75, 2E and 00. RGB value is (117,46,0). Sum of RGB (Red+Green+Blue) = 117+46+0=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #752E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E00 is #8AD1FF. Grayscale: #3E3E3E. Windows color (decimal): -9097728 or 11893. OLE color: 11893.
HSL color Cylindrical-coordinate representation of color #752E00: hue angle of 23.59º 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 #752E00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.54 |
| HSL | 23.59º | 1% | 0.23% | - |
| HSV(B) | 23.59º | 1% | 0.46% | - |
| XYZ | 8.31 | 5.74 | 0.67 | - |
| YUV | 61.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 0 | 0 | 0.61 | 1 | 0.54 | 23.59 | 1 | 0.23 |
| Hex | 75 | 2E | 0 | 0 | 3D | 64 | 36 | 18 | 64 | 17 |
| Octal | 165 | 56 | 0 | 0 | 75 | 144 | 66 | 30 | 144 | 27 |
| Binary | 1110101 | 101110 | 0 | 0 | 111101 | 1100100 | 110110 | 11000 | 1100100 | 10111 |
Color Harmonies of #752E00
Complementary color
Monochromatic Colors of #752E00
Black with #752E00
Text Example
Text Example
White with #752E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E00; }
p { color: rgb(117,46,0); }
H1.HeaderClassName
{
color: #752E00;
}
.AnyTagClassName
{
color: #752E00;
}
</style>
background-color css
<style>
a { background-color: #752E00; }
a { background-color: rgb(117,46,0); }
div.DivClassName
{
background-color: #752E00;
}
.BgClassName
{
background-color: #752E00;
}
</style>
border-color css
<style>
span { border-color: #752E00; }
span { border-color: rgb(117,46,0); }
td.TdClassName
{
border-color: #752E00;
}
.TagClassName
{
border-color: #752E00;
}
</style>