Shades of Baker's Chocolate #523801
Tints of Baker's Chocolate #523801
RGB
CMYK
RGB Variations
Color information
#523801 (or 0x523801) is known color: Baker's Chocolate. HEX triplet: 52, 38 and 01. RGB value is (82,56,1). Sum of RGB (Red+Green+Blue) = 82+56+1=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #523801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523801 is #ADC7FE. Grayscale: #393939. Windows color (decimal): -11388927 or 79954. OLE color: 79954.
HSL color Cylindrical-coordinate representation of color #523801: hue angle of 40.74º 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 #523801 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.68 |
| HSL | 40.74º | 0.98% | 0.16% | - |
| HSV(B) | 40.74º | 0.99% | 0.32% | - |
| XYZ | 4.9 | 4.62 | 0.66 | - |
| YUV | 57.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 1 | 0 | 0.32 | 0.99 | 0.68 | 40.74 | 0.98 | 0.16 |
| Hex | 52 | 38 | 1 | 0 | 20 | 63 | 44 | 29 | 62 | 10 |
| Octal | 122 | 70 | 1 | 0 | 40 | 143 | 104 | 51 | 142 | 20 |
| Binary | 1010010 | 111000 | 1 | 0 | 100000 | 1100011 | 1000100 | 101001 | 1100010 | 10000 |
Color Harmonies of #523801
Complementary color
Monochromatic Colors of #523801
Black with #523801
Text Example
Text Example
White with #523801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523801; }
p { color: rgb(82,56,1); }
H1.HeaderClassName
{
color: #523801;
}
.AnyTagClassName
{
color: #523801;
}
</style>
background-color css
<style>
a { background-color: #523801; }
a { background-color: rgb(82,56,1); }
div.DivClassName
{
background-color: #523801;
}
.BgClassName
{
background-color: #523801;
}
</style>
border-color css
<style>
span { border-color: #523801; }
span { border-color: rgb(82,56,1); }
td.TdClassName
{
border-color: #523801;
}
.TagClassName
{
border-color: #523801;
}
</style>