Shades of Baker's Chocolate #52250B
Tints of Baker's Chocolate #52250B
RGB
CMYK
RGB Variations
Color information
#52250B (or 0x52250B) is known color: Baker's Chocolate. HEX triplet: 52, 25 and 0B. RGB value is (82,37,11). Sum of RGB (Red+Green+Blue) = 82+37+11=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52250B is #ADDAF4. Grayscale: #2F2F2F. Windows color (decimal): -11393781 or 730450. OLE color: 730450.
HSL color Cylindrical-coordinate representation of color #52250B: hue angle of 21.97º 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 #52250B is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 37 | 11 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.68 |
| HSL | 21.97º | 0.76% | 0.18% | - |
| HSV(B) | 21.97º | 0.87% | 0.32% | - |
| XYZ | 4.2 | 3.14 | 0.7 | - |
| YUV | 47.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 11 | 0 | 0.55 | 0.87 | 0.68 | 21.97 | 0.76 | 0.18 |
| Hex | 52 | 25 | B | 0 | 37 | 57 | 44 | 16 | 4C | 12 |
| Octal | 122 | 45 | 13 | 0 | 67 | 127 | 104 | 26 | 114 | 22 |
| Binary | 1010010 | 100101 | 1011 | 0 | 110111 | 1010111 | 1000100 | 10110 | 1001100 | 10010 |
Color Harmonies of #52250B
Complementary color
Monochromatic Colors of #52250B
Black with #52250B
Text Example
Text Example
White with #52250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52250B; }
p { color: rgb(82,37,11); }
H1.HeaderClassName
{
color: #52250B;
}
.AnyTagClassName
{
color: #52250B;
}
</style>
background-color css
<style>
a { background-color: #52250B; }
a { background-color: rgb(82,37,11); }
div.DivClassName
{
background-color: #52250B;
}
.BgClassName
{
background-color: #52250B;
}
</style>
border-color css
<style>
span { border-color: #52250B; }
span { border-color: rgb(82,37,11); }
td.TdClassName
{
border-color: #52250B;
}
.TagClassName
{
border-color: #52250B;
}
</style>