Shades of Baker's Chocolate #52280B
Tints of Baker's Chocolate #52280B
RGB
CMYK
RGB Variations
Color information
#52280B (or 0x52280B) is known color: Baker's Chocolate. HEX triplet: 52, 28 and 0B. RGB value is (82,40,11). Sum of RGB (Red+Green+Blue) = 82+40+11=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52280B is #ADD7F4. Grayscale: #313131. Windows color (decimal): -11393013 or 731218. OLE color: 731218.
HSL color Cylindrical-coordinate representation of color #52280B: hue angle of 24.51º 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 #52280B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 11 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.68 |
| HSL | 24.51º | 0.76% | 0.18% | - |
| HSV(B) | 24.51º | 0.87% | 0.32% | - |
| XYZ | 4.3 | 3.34 | 0.73 | - |
| YUV | 49.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 11 | 0 | 0.51 | 0.87 | 0.68 | 24.51 | 0.76 | 0.18 |
| Hex | 52 | 28 | B | 0 | 33 | 57 | 44 | 19 | 4C | 12 |
| Octal | 122 | 50 | 13 | 0 | 63 | 127 | 104 | 31 | 114 | 22 |
| Binary | 1010010 | 101000 | 1011 | 0 | 110011 | 1010111 | 1000100 | 11001 | 1001100 | 10010 |
Color Harmonies of #52280B
Complementary color
Monochromatic Colors of #52280B
Black with #52280B
Text Example
Text Example
White with #52280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52280B; }
p { color: rgb(82,40,11); }
H1.HeaderClassName
{
color: #52280B;
}
.AnyTagClassName
{
color: #52280B;
}
</style>
background-color css
<style>
a { background-color: #52280B; }
a { background-color: rgb(82,40,11); }
div.DivClassName
{
background-color: #52280B;
}
.BgClassName
{
background-color: #52280B;
}
</style>
border-color css
<style>
span { border-color: #52280B; }
span { border-color: rgb(82,40,11); }
td.TdClassName
{
border-color: #52280B;
}
.TagClassName
{
border-color: #52280B;
}
</style>