Shades of Baker's Chocolate #522D0F
Tints of Baker's Chocolate #522D0F
RGB
CMYK
RGB Variations
Color information
#522D0F (or 0x522D0F) is known color: Baker's Chocolate. HEX triplet: 52, 2D and 0F. RGB value is (82,45,15). Sum of RGB (Red+Green+Blue) = 82+45+15=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #522D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522D0F is #ADD2F0. Grayscale: #343434. Windows color (decimal): -11391729 or 994642. OLE color: 994642.
HSL color Cylindrical-coordinate representation of color #522D0F: hue angle of 26.87º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #522D0F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 15 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.68 |
| HSL | 26.87º | 0.69% | 0.19% | - |
| HSV(B) | 26.87º | 0.82% | 0.32% | - |
| XYZ | 4.5 | 3.71 | 0.93 | - |
| YUV | 52.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 15 | 0 | 0.45 | 0.82 | 0.68 | 26.87 | 0.69 | 0.19 |
| Hex | 52 | 2D | F | 0 | 2D | 52 | 44 | 1B | 45 | 13 |
| Octal | 122 | 55 | 17 | 0 | 55 | 122 | 104 | 33 | 105 | 23 |
| Binary | 1010010 | 101101 | 1111 | 0 | 101101 | 1010010 | 1000100 | 11011 | 1000101 | 10011 |
Color Harmonies of #522D0F
Complementary color
Monochromatic Colors of #522D0F
Black with #522D0F
Text Example
Text Example
White with #522D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D0F; }
p { color: rgb(82,45,15); }
H1.HeaderClassName
{
color: #522D0F;
}
.AnyTagClassName
{
color: #522D0F;
}
</style>
background-color css
<style>
a { background-color: #522D0F; }
a { background-color: rgb(82,45,15); }
div.DivClassName
{
background-color: #522D0F;
}
.BgClassName
{
background-color: #522D0F;
}
</style>
border-color css
<style>
span { border-color: #522D0F; }
span { border-color: rgb(82,45,15); }
td.TdClassName
{
border-color: #522D0F;
}
.TagClassName
{
border-color: #522D0F;
}
</style>