Shades of Baker's Chocolate #521B00
Tints of Baker's Chocolate #521B00
RGB
CMYK
RGB Variations
Color information
#521B00 (or 0x521B00) is known color: Baker's Chocolate. HEX triplet: 52, 1B and 00. RGB value is (82,27,0). Sum of RGB (Red+Green+Blue) = 82+27+0=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #521B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B00 is #ADE4FF. Grayscale: #282828. Windows color (decimal): -11396352 or 6994. OLE color: 6994.
HSL color Cylindrical-coordinate representation of color #521B00: hue angle of 19.76º 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 #521B00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.68 |
| HSL | 19.76º | 1% | 0.16% | - |
| HSV(B) | 19.76º | 1% | 0.32% | - |
| XYZ | 3.87 | 2.58 | 0.29 | - |
| YUV | 40.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 0 | 0 | 0.67 | 1 | 0.68 | 19.76 | 1 | 0.16 |
| Hex | 52 | 1B | 0 | 0 | 43 | 64 | 44 | 14 | 64 | 10 |
| Octal | 122 | 33 | 0 | 0 | 103 | 144 | 104 | 24 | 144 | 20 |
| Binary | 1010010 | 11011 | 0 | 0 | 1000011 | 1100100 | 1000100 | 10100 | 1100100 | 10000 |
Color Harmonies of #521B00
Complementary color
Monochromatic Colors of #521B00
Black with #521B00
Text Example
Text Example
White with #521B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B00; }
p { color: rgb(82,27,0); }
H1.HeaderClassName
{
color: #521B00;
}
.AnyTagClassName
{
color: #521B00;
}
</style>
background-color css
<style>
a { background-color: #521B00; }
a { background-color: rgb(82,27,0); }
div.DivClassName
{
background-color: #521B00;
}
.BgClassName
{
background-color: #521B00;
}
</style>
border-color css
<style>
span { border-color: #521B00; }
span { border-color: rgb(82,27,0); }
td.TdClassName
{
border-color: #521B00;
}
.TagClassName
{
border-color: #521B00;
}
</style>