Shades of Baker's Chocolate #752D00
Tints of Baker's Chocolate #752D00
RGB
CMYK
RGB Variations
Color information
#752D00 (or 0x752D00) is known color: Baker's Chocolate. HEX triplet: 75, 2D and 00. RGB value is (117,45,0). Sum of RGB (Red+Green+Blue) = 117+45+0=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #752D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D00 is #8AD2FF. Grayscale: #3D3D3D. Windows color (decimal): -9097984 or 11637. OLE color: 11637.
HSL color Cylindrical-coordinate representation of color #752D00: hue angle of 23.08º 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 #752D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.54 |
| HSL | 23.08º | 1% | 0.23% | - |
| HSV(B) | 23.08º | 1% | 0.46% | - |
| XYZ | 8.27 | 5.66 | 0.66 | - |
| YUV | 61.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 0 | 0 | 0.62 | 1 | 0.54 | 23.08 | 1 | 0.23 |
| Hex | 75 | 2D | 0 | 0 | 3E | 64 | 36 | 17 | 64 | 17 |
| Octal | 165 | 55 | 0 | 0 | 76 | 144 | 66 | 27 | 144 | 27 |
| Binary | 1110101 | 101101 | 0 | 0 | 111110 | 1100100 | 110110 | 10111 | 1100100 | 10111 |
Color Harmonies of #752D00
Complementary color
Monochromatic Colors of #752D00
Black with #752D00
Text Example
Text Example
White with #752D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D00; }
p { color: rgb(117,45,0); }
H1.HeaderClassName
{
color: #752D00;
}
.AnyTagClassName
{
color: #752D00;
}
</style>
background-color css
<style>
a { background-color: #752D00; }
a { background-color: rgb(117,45,0); }
div.DivClassName
{
background-color: #752D00;
}
.BgClassName
{
background-color: #752D00;
}
</style>
border-color css
<style>
span { border-color: #752D00; }
span { border-color: rgb(117,45,0); }
td.TdClassName
{
border-color: #752D00;
}
.TagClassName
{
border-color: #752D00;
}
</style>