Shades of Baker's Chocolate #532100
Tints of Baker's Chocolate #532100
RGB
CMYK
RGB Variations
Color information
#532100 (or 0x532100) is known color: Baker's Chocolate. HEX triplet: 53, 21 and 00. RGB value is (83,33,0). Sum of RGB (Red+Green+Blue) = 83+33+0=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #532100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532100 is #ACDEFF. Grayscale: #2C2C2C. Windows color (decimal): -11329280 or 8531. OLE color: 8531.
HSL color Cylindrical-coordinate representation of color #532100: hue angle of 23.86º 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 #532100 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.67 |
| HSL | 23.86º | 1% | 0.16% | - |
| HSV(B) | 23.86º | 1% | 0.33% | - |
| XYZ | 4.11 | 2.93 | 0.35 | - |
| YUV | 44.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 0 | 0 | 0.60 | 1 | 0.67 | 23.86 | 1 | 0.16 |
| Hex | 53 | 21 | 0 | 0 | 3C | 64 | 43 | 18 | 64 | 10 |
| Octal | 123 | 41 | 0 | 0 | 74 | 144 | 103 | 30 | 144 | 20 |
| Binary | 1010011 | 100001 | 0 | 0 | 111100 | 1100100 | 1000011 | 11000 | 1100100 | 10000 |
Color Harmonies of #532100
Complementary color
Monochromatic Colors of #532100
Black with #532100
Text Example
Text Example
White with #532100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532100; }
p { color: rgb(83,33,0); }
H1.HeaderClassName
{
color: #532100;
}
.AnyTagClassName
{
color: #532100;
}
</style>
background-color css
<style>
a { background-color: #532100; }
a { background-color: rgb(83,33,0); }
div.DivClassName
{
background-color: #532100;
}
.BgClassName
{
background-color: #532100;
}
</style>
border-color css
<style>
span { border-color: #532100; }
span { border-color: rgb(83,33,0); }
td.TdClassName
{
border-color: #532100;
}
.TagClassName
{
border-color: #532100;
}
</style>