Shades of Baker's Chocolate #52290B
Tints of Baker's Chocolate #52290B
RGB
CMYK
RGB Variations
Color information
#52290B (or 0x52290B) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 0B. RGB value is (82,41,11). Sum of RGB (Red+Green+Blue) = 82+41+11=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52290B is #ADD6F4. Grayscale: #313131. Windows color (decimal): -11392757 or 731474. OLE color: 731474.
HSL color Cylindrical-coordinate representation of color #52290B: hue angle of 25.35º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52290B is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 41 | 11 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.68 |
| HSL | 25.35º | 0.76% | 0.18% | - |
| HSV(B) | 25.35º | 0.87% | 0.32% | - |
| XYZ | 4.33 | 3.4 | 0.75 | - |
| YUV | 49.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 11 | 0 | 0.50 | 0.87 | 0.68 | 25.35 | 0.76 | 0.18 |
| Hex | 52 | 29 | B | 0 | 32 | 57 | 44 | 19 | 4C | 12 |
| Octal | 122 | 51 | 13 | 0 | 62 | 127 | 104 | 31 | 114 | 22 |
| Binary | 1010010 | 101001 | 1011 | 0 | 110010 | 1010111 | 1000100 | 11001 | 1001100 | 10010 |
Color Harmonies of #52290B
Complementary color
Monochromatic Colors of #52290B
Black with #52290B
Text Example
Text Example
White with #52290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52290B; }
p { color: rgb(82,41,11); }
H1.HeaderClassName
{
color: #52290B;
}
.AnyTagClassName
{
color: #52290B;
}
</style>
background-color css
<style>
a { background-color: #52290B; }
a { background-color: rgb(82,41,11); }
div.DivClassName
{
background-color: #52290B;
}
.BgClassName
{
background-color: #52290B;
}
</style>
border-color css
<style>
span { border-color: #52290B; }
span { border-color: rgb(82,41,11); }
td.TdClassName
{
border-color: #52290B;
}
.TagClassName
{
border-color: #52290B;
}
</style>