Shades of Baker's Chocolate #521D00
Tints of Baker's Chocolate #521D00
RGB
CMYK
RGB Variations
Color information
#521D00 (or 0x521D00) is known color: Baker's Chocolate. HEX triplet: 52, 1D and 00. RGB value is (82,29,0). Sum of RGB (Red+Green+Blue) = 82+29+0=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #521D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D00 is #ADE2FF. Grayscale: #292929. Windows color (decimal): -11395840 or 7506. OLE color: 7506.
HSL color Cylindrical-coordinate representation of color #521D00: hue angle of 21.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #521D00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.68 |
| HSL | 21.22º | 1% | 0.16% | - |
| HSV(B) | 21.22º | 1% | 0.32% | - |
| XYZ | 3.92 | 2.67 | 0.31 | - |
| YUV | 41.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 0 | 0 | 0.65 | 1 | 0.68 | 21.22 | 1 | 0.16 |
| Hex | 52 | 1D | 0 | 0 | 41 | 64 | 44 | 15 | 64 | 10 |
| Octal | 122 | 35 | 0 | 0 | 101 | 144 | 104 | 25 | 144 | 20 |
| Binary | 1010010 | 11101 | 0 | 0 | 1000001 | 1100100 | 1000100 | 10101 | 1100100 | 10000 |
Color Harmonies of #521D00
Complementary color
Monochromatic Colors of #521D00
Black with #521D00
Text Example
Text Example
White with #521D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D00; }
p { color: rgb(82,29,0); }
H1.HeaderClassName
{
color: #521D00;
}
.AnyTagClassName
{
color: #521D00;
}
</style>
background-color css
<style>
a { background-color: #521D00; }
a { background-color: rgb(82,29,0); }
div.DivClassName
{
background-color: #521D00;
}
.BgClassName
{
background-color: #521D00;
}
</style>
border-color css
<style>
span { border-color: #521D00; }
span { border-color: rgb(82,29,0); }
td.TdClassName
{
border-color: #521D00;
}
.TagClassName
{
border-color: #521D00;
}
</style>