Shades of Baker's Chocolate #752A00
Tints of Baker's Chocolate #752A00
RGB
CMYK
RGB Variations
Color information
#752A00 (or 0x752A00) is known color: Baker's Chocolate. HEX triplet: 75, 2A and 00. RGB value is (117,42,0). Sum of RGB (Red+Green+Blue) = 117+42+0=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #752A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A00 is #8AD5FF. Grayscale: #3B3B3B. Windows color (decimal): -9098752 or 10869. OLE color: 10869.
HSL color Cylindrical-coordinate representation of color #752A00: hue angle of 21.54º 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 #752A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.54 |
| HSL | 21.54º | 1% | 0.23% | - |
| HSV(B) | 21.54º | 1% | 0.46% | - |
| XYZ | 8.16 | 5.44 | 0.62 | - |
| YUV | 59.64 | 94.35 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 0 | 0 | 0.64 | 1 | 0.54 | 21.54 | 1 | 0.23 |
| Hex | 75 | 2A | 0 | 0 | 40 | 64 | 36 | 16 | 64 | 17 |
| Octal | 165 | 52 | 0 | 0 | 100 | 144 | 66 | 26 | 144 | 27 |
| Binary | 1110101 | 101010 | 0 | 0 | 1000000 | 1100100 | 110110 | 10110 | 1100100 | 10111 |
Color Harmonies of #752A00
Complementary color
Monochromatic Colors of #752A00
Black with #752A00
Text Example
Text Example
White with #752A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A00; }
p { color: rgb(117,42,0); }
H1.HeaderClassName
{
color: #752A00;
}
.AnyTagClassName
{
color: #752A00;
}
</style>
background-color css
<style>
a { background-color: #752A00; }
a { background-color: rgb(117,42,0); }
div.DivClassName
{
background-color: #752A00;
}
.BgClassName
{
background-color: #752A00;
}
</style>
border-color css
<style>
span { border-color: #752A00; }
span { border-color: rgb(117,42,0); }
td.TdClassName
{
border-color: #752A00;
}
.TagClassName
{
border-color: #752A00;
}
</style>