Shades of Baker's Chocolate #532901
Tints of Baker's Chocolate #532901
RGB
CMYK
RGB Variations
Color information
#532901 (or 0x532901) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 01. RGB value is (83,41,1). Sum of RGB (Red+Green+Blue) = 83+41+1=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #532901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532901 is #ACD6FE. Grayscale: #313131. Windows color (decimal): -11327231 or 76115. OLE color: 76115.
HSL color Cylindrical-coordinate representation of color #532901: hue angle of 29.27º 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 #532901 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.67 |
| HSL | 29.27º | 0.98% | 0.16% | - |
| HSV(B) | 29.27º | 0.99% | 0.33% | - |
| XYZ | 4.37 | 3.43 | 0.46 | - |
| YUV | 49 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 1 | 0 | 0.51 | 0.99 | 0.67 | 29.27 | 0.98 | 0.16 |
| Hex | 53 | 29 | 1 | 0 | 33 | 63 | 43 | 1D | 62 | 10 |
| Octal | 123 | 51 | 1 | 0 | 63 | 143 | 103 | 35 | 142 | 20 |
| Binary | 1010011 | 101001 | 1 | 0 | 110011 | 1100011 | 1000011 | 11101 | 1100010 | 10000 |
Color Harmonies of #532901
Complementary color
Monochromatic Colors of #532901
Black with #532901
Text Example
Text Example
White with #532901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532901; }
p { color: rgb(83,41,1); }
H1.HeaderClassName
{
color: #532901;
}
.AnyTagClassName
{
color: #532901;
}
</style>
background-color css
<style>
a { background-color: #532901; }
a { background-color: rgb(83,41,1); }
div.DivClassName
{
background-color: #532901;
}
.BgClassName
{
background-color: #532901;
}
</style>
border-color css
<style>
span { border-color: #532901; }
span { border-color: rgb(83,41,1); }
td.TdClassName
{
border-color: #532901;
}
.TagClassName
{
border-color: #532901;
}
</style>