Shades of Baker's Chocolate #532801
Tints of Baker's Chocolate #532801
RGB
CMYK
RGB Variations
Color information
#532801 (or 0x532801) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 01. RGB value is (83,40,1). Sum of RGB (Red+Green+Blue) = 83+40+1=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #532801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532801 is #ACD7FE. Grayscale: #303030. Windows color (decimal): -11327487 or 75859. OLE color: 75859.
HSL color Cylindrical-coordinate representation of color #532801: hue angle of 28.54º 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 #532801 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.67 |
| HSL | 28.54º | 0.98% | 0.16% | - |
| HSV(B) | 28.54º | 0.99% | 0.33% | - |
| XYZ | 4.33 | 3.36 | 0.45 | - |
| YUV | 48.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 1 | 0 | 0.52 | 0.99 | 0.67 | 28.54 | 0.98 | 0.16 |
| Hex | 53 | 28 | 1 | 0 | 34 | 63 | 43 | 1D | 62 | 10 |
| Octal | 123 | 50 | 1 | 0 | 64 | 143 | 103 | 35 | 142 | 20 |
| Binary | 1010011 | 101000 | 1 | 0 | 110100 | 1100011 | 1000011 | 11101 | 1100010 | 10000 |
Color Harmonies of #532801
Complementary color
Monochromatic Colors of #532801
Black with #532801
Text Example
Text Example
White with #532801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532801; }
p { color: rgb(83,40,1); }
H1.HeaderClassName
{
color: #532801;
}
.AnyTagClassName
{
color: #532801;
}
</style>
background-color css
<style>
a { background-color: #532801; }
a { background-color: rgb(83,40,1); }
div.DivClassName
{
background-color: #532801;
}
.BgClassName
{
background-color: #532801;
}
</style>
border-color css
<style>
span { border-color: #532801; }
span { border-color: rgb(83,40,1); }
td.TdClassName
{
border-color: #532801;
}
.TagClassName
{
border-color: #532801;
}
</style>