Shades of Baker's Chocolate #532101
Tints of Baker's Chocolate #532101
RGB
CMYK
RGB Variations
Color information
#532101 (or 0x532101) is known color: Baker's Chocolate. HEX triplet: 53, 21 and 01. RGB value is (83,33,1). Sum of RGB (Red+Green+Blue) = 83+33+1=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #532101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532101 is #ACDEFE. Grayscale: #2C2C2C. Windows color (decimal): -11329279 or 74067. OLE color: 74067.
HSL color Cylindrical-coordinate representation of color #532101: hue angle of 23.41º 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 #532101 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.67 |
| HSL | 23.41º | 0.98% | 0.16% | - |
| HSV(B) | 23.41º | 0.99% | 0.33% | - |
| XYZ | 4.12 | 2.93 | 0.38 | - |
| YUV | 44.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 1 | 0 | 0.60 | 0.99 | 0.67 | 23.41 | 0.98 | 0.16 |
| Hex | 53 | 21 | 1 | 0 | 3C | 63 | 43 | 17 | 62 | 10 |
| Octal | 123 | 41 | 1 | 0 | 74 | 143 | 103 | 27 | 142 | 20 |
| Binary | 1010011 | 100001 | 1 | 0 | 111100 | 1100011 | 1000011 | 10111 | 1100010 | 10000 |
Color Harmonies of #532101
Complementary color
Monochromatic Colors of #532101
Black with #532101
Text Example
Text Example
White with #532101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532101; }
p { color: rgb(83,33,1); }
H1.HeaderClassName
{
color: #532101;
}
.AnyTagClassName
{
color: #532101;
}
</style>
background-color css
<style>
a { background-color: #532101; }
a { background-color: rgb(83,33,1); }
div.DivClassName
{
background-color: #532101;
}
.BgClassName
{
background-color: #532101;
}
</style>
border-color css
<style>
span { border-color: #532101; }
span { border-color: rgb(83,33,1); }
td.TdClassName
{
border-color: #532101;
}
.TagClassName
{
border-color: #532101;
}
</style>