Shades of Baker's Chocolate #532301
Tints of Baker's Chocolate #532301
RGB
CMYK
RGB Variations
Color information
#532301 (or 0x532301) is known color: Baker's Chocolate. HEX triplet: 53, 23 and 01. RGB value is (83,35,1). Sum of RGB (Red+Green+Blue) = 83+35+1=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #532301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532301 is #ACDCFE. Grayscale: #2D2D2D. Windows color (decimal): -11328767 or 74579. OLE color: 74579.
HSL color Cylindrical-coordinate representation of color #532301: hue angle of 24.88º 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 #532301 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 35 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.67 |
| HSL | 24.88º | 0.98% | 0.16% | - |
| HSV(B) | 24.88º | 0.99% | 0.33% | - |
| XYZ | 4.17 | 3.04 | 0.4 | - |
| YUV | 45.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 1 | 0 | 0.58 | 0.99 | 0.67 | 24.88 | 0.98 | 0.16 |
| Hex | 53 | 23 | 1 | 0 | 3A | 63 | 43 | 19 | 62 | 10 |
| Octal | 123 | 43 | 1 | 0 | 72 | 143 | 103 | 31 | 142 | 20 |
| Binary | 1010011 | 100011 | 1 | 0 | 111010 | 1100011 | 1000011 | 11001 | 1100010 | 10000 |
Color Harmonies of #532301
Complementary color
Monochromatic Colors of #532301
Black with #532301
Text Example
Text Example
White with #532301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532301; }
p { color: rgb(83,35,1); }
H1.HeaderClassName
{
color: #532301;
}
.AnyTagClassName
{
color: #532301;
}
</style>
background-color css
<style>
a { background-color: #532301; }
a { background-color: rgb(83,35,1); }
div.DivClassName
{
background-color: #532301;
}
.BgClassName
{
background-color: #532301;
}
</style>
border-color css
<style>
span { border-color: #532301; }
span { border-color: rgb(83,35,1); }
td.TdClassName
{
border-color: #532301;
}
.TagClassName
{
border-color: #532301;
}
</style>