Shades of Baker's Chocolate #521C04
Tints of Baker's Chocolate #521C04
RGB
CMYK
RGB Variations
Color information
#521C04 (or 0x521C04) is known color: Baker's Chocolate. HEX triplet: 52, 1C and 04. RGB value is (82,28,4). Sum of RGB (Red+Green+Blue) = 82+28+4=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #521C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C04 is #ADE3FB. Grayscale: #292929. Windows color (decimal): -11396092 or 269394. OLE color: 269394.
HSL color Cylindrical-coordinate representation of color #521C04: hue angle of 18.46º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #521C04 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 4 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.68 |
| HSL | 18.46º | 0.91% | 0.17% | - |
| HSV(B) | 18.46º | 0.95% | 0.32% | - |
| XYZ | 3.92 | 2.63 | 0.42 | - |
| YUV | 41.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 4 | 0 | 0.66 | 0.95 | 0.68 | 18.46 | 0.91 | 0.17 |
| Hex | 52 | 1C | 4 | 0 | 42 | 5F | 44 | 12 | 5B | 11 |
| Octal | 122 | 34 | 4 | 0 | 102 | 137 | 104 | 22 | 133 | 21 |
| Binary | 1010010 | 11100 | 100 | 0 | 1000010 | 1011111 | 1000100 | 10010 | 1011011 | 10001 |
Color Harmonies of #521C04
Complementary color
Monochromatic Colors of #521C04
Black with #521C04
Text Example
Text Example
White with #521C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C04; }
p { color: rgb(82,28,4); }
H1.HeaderClassName
{
color: #521C04;
}
.AnyTagClassName
{
color: #521C04;
}
</style>
background-color css
<style>
a { background-color: #521C04; }
a { background-color: rgb(82,28,4); }
div.DivClassName
{
background-color: #521C04;
}
.BgClassName
{
background-color: #521C04;
}
</style>
border-color css
<style>
span { border-color: #521C04; }
span { border-color: rgb(82,28,4); }
td.TdClassName
{
border-color: #521C04;
}
.TagClassName
{
border-color: #521C04;
}
</style>