Shades of Baker's Chocolate #521B01
Tints of Baker's Chocolate #521B01
RGB
CMYK
RGB Variations
Color information
#521B01 (or 0x521B01) is known color: Baker's Chocolate. HEX triplet: 52, 1B and 01. RGB value is (82,27,1). Sum of RGB (Red+Green+Blue) = 82+27+1=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #521B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B01 is #ADE4FE. Grayscale: #282828. Windows color (decimal): -11396351 or 72530. OLE color: 72530.
HSL color Cylindrical-coordinate representation of color #521B01: hue angle of 19.26º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #521B01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.68 |
| HSL | 19.26º | 0.98% | 0.16% | - |
| HSV(B) | 19.26º | 0.99% | 0.32% | - |
| XYZ | 3.88 | 2.58 | 0.32 | - |
| YUV | 40.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 1 | 0 | 0.67 | 0.99 | 0.68 | 19.26 | 0.98 | 0.16 |
| Hex | 52 | 1B | 1 | 0 | 43 | 63 | 44 | 13 | 62 | 10 |
| Octal | 122 | 33 | 1 | 0 | 103 | 143 | 104 | 23 | 142 | 20 |
| Binary | 1010010 | 11011 | 1 | 0 | 1000011 | 1100011 | 1000100 | 10011 | 1100010 | 10000 |
Color Harmonies of #521B01
Complementary color
Monochromatic Colors of #521B01
Black with #521B01
Text Example
Text Example
White with #521B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B01; }
p { color: rgb(82,27,1); }
H1.HeaderClassName
{
color: #521B01;
}
.AnyTagClassName
{
color: #521B01;
}
</style>
background-color css
<style>
a { background-color: #521B01; }
a { background-color: rgb(82,27,1); }
div.DivClassName
{
background-color: #521B01;
}
.BgClassName
{
background-color: #521B01;
}
</style>
border-color css
<style>
span { border-color: #521B01; }
span { border-color: rgb(82,27,1); }
td.TdClassName
{
border-color: #521B01;
}
.TagClassName
{
border-color: #521B01;
}
</style>