Shades of Baker's Chocolate #531D01
Tints of Baker's Chocolate #531D01
RGB
CMYK
RGB Variations
Color information
#531D01 (or 0x531D01) is known color: Baker's Chocolate. HEX triplet: 53, 1D and 01. RGB value is (83,29,1). Sum of RGB (Red+Green+Blue) = 83+29+1=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #531D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D01 is #ACE2FE. Grayscale: #2A2A2A. Windows color (decimal): -11330303 or 73043. OLE color: 73043.
HSL color Cylindrical-coordinate representation of color #531D01: hue angle of 20.49º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #531D01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.67 |
| HSL | 20.49º | 0.98% | 0.16% | - |
| HSV(B) | 20.49º | 0.99% | 0.33% | - |
| XYZ | 4.01 | 2.72 | 0.34 | - |
| YUV | 41.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 1 | 0 | 0.65 | 0.99 | 0.67 | 20.49 | 0.98 | 0.16 |
| Hex | 53 | 1D | 1 | 0 | 41 | 63 | 43 | 14 | 62 | 10 |
| Octal | 123 | 35 | 1 | 0 | 101 | 143 | 103 | 24 | 142 | 20 |
| Binary | 1010011 | 11101 | 1 | 0 | 1000001 | 1100011 | 1000011 | 10100 | 1100010 | 10000 |
Color Harmonies of #531D01
Complementary color
Monochromatic Colors of #531D01
Black with #531D01
Text Example
Text Example
White with #531D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D01; }
p { color: rgb(83,29,1); }
H1.HeaderClassName
{
color: #531D01;
}
.AnyTagClassName
{
color: #531D01;
}
</style>
background-color css
<style>
a { background-color: #531D01; }
a { background-color: rgb(83,29,1); }
div.DivClassName
{
background-color: #531D01;
}
.BgClassName
{
background-color: #531D01;
}
</style>
border-color css
<style>
span { border-color: #531D01; }
span { border-color: rgb(83,29,1); }
td.TdClassName
{
border-color: #531D01;
}
.TagClassName
{
border-color: #531D01;
}
</style>