Shades of Baker's Chocolate #522F0E
Tints of Baker's Chocolate #522F0E
RGB
CMYK
RGB Variations
Color information
#522F0E (or 0x522F0E) is known color: Baker's Chocolate. HEX triplet: 52, 2F and 0E. RGB value is (82,47,14). Sum of RGB (Red+Green+Blue) = 82+47+14=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #522F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F0E is #ADD0F1. Grayscale: #353535. Windows color (decimal): -11391218 or 929618. OLE color: 929618.
HSL color Cylindrical-coordinate representation of color #522F0E: hue angle of 29.12º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #522F0E is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 14 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.68 |
| HSL | 29.12º | 0.71% | 0.19% | - |
| HSV(B) | 29.12º | 0.83% | 0.32% | - |
| XYZ | 4.58 | 3.86 | 0.92 | - |
| YUV | 53.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 14 | 0 | 0.43 | 0.83 | 0.68 | 29.12 | 0.71 | 0.19 |
| Hex | 52 | 2F | E | 0 | 2B | 53 | 44 | 1D | 47 | 13 |
| Octal | 122 | 57 | 16 | 0 | 53 | 123 | 104 | 35 | 107 | 23 |
| Binary | 1010010 | 101111 | 1110 | 0 | 101011 | 1010011 | 1000100 | 11101 | 1000111 | 10011 |
Color Harmonies of #522F0E
Complementary color
Monochromatic Colors of #522F0E
Black with #522F0E
Text Example
Text Example
White with #522F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F0E; }
p { color: rgb(82,47,14); }
H1.HeaderClassName
{
color: #522F0E;
}
.AnyTagClassName
{
color: #522F0E;
}
</style>
background-color css
<style>
a { background-color: #522F0E; }
a { background-color: rgb(82,47,14); }
div.DivClassName
{
background-color: #522F0E;
}
.BgClassName
{
background-color: #522F0E;
}
</style>
border-color css
<style>
span { border-color: #522F0E; }
span { border-color: rgb(82,47,14); }
td.TdClassName
{
border-color: #522F0E;
}
.TagClassName
{
border-color: #522F0E;
}
</style>