Shades of Baker's Chocolate #531C00
Tints of Baker's Chocolate #531C00
RGB
CMYK
RGB Variations
Color information
#531C00 (or 0x531C00) is known color: Baker's Chocolate. HEX triplet: 53, 1C and 00. RGB value is (83,28,0). Sum of RGB (Red+Green+Blue) = 83+28+0=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #531C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531C00 is #ACE3FF. Grayscale: #292929. Windows color (decimal): -11330560 or 7251. OLE color: 7251.
HSL color Cylindrical-coordinate representation of color #531C00: hue angle of 20.24º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #531C00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.67 |
| HSL | 20.24º | 1% | 0.16% | - |
| HSV(B) | 20.24º | 1% | 0.33% | - |
| XYZ | 3.98 | 2.67 | 0.31 | - |
| YUV | 41.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 0 | 0 | 0.66 | 1 | 0.67 | 20.24 | 1 | 0.16 |
| Hex | 53 | 1C | 0 | 0 | 42 | 64 | 43 | 14 | 64 | 10 |
| Octal | 123 | 34 | 0 | 0 | 102 | 144 | 103 | 24 | 144 | 20 |
| Binary | 1010011 | 11100 | 0 | 0 | 1000010 | 1100100 | 1000011 | 10100 | 1100100 | 10000 |
Color Harmonies of #531C00
Complementary color
Monochromatic Colors of #531C00
Black with #531C00
Text Example
Text Example
White with #531C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C00; }
p { color: rgb(83,28,0); }
H1.HeaderClassName
{
color: #531C00;
}
.AnyTagClassName
{
color: #531C00;
}
</style>
background-color css
<style>
a { background-color: #531C00; }
a { background-color: rgb(83,28,0); }
div.DivClassName
{
background-color: #531C00;
}
.BgClassName
{
background-color: #531C00;
}
</style>
border-color css
<style>
span { border-color: #531C00; }
span { border-color: rgb(83,28,0); }
td.TdClassName
{
border-color: #531C00;
}
.TagClassName
{
border-color: #531C00;
}
</style>