Shades of Baker's Chocolate #53200A
Tints of Baker's Chocolate #53200A
RGB
CMYK
RGB Variations
Color information
#53200A (or 0x53200A) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 0A. RGB value is (83,32,10). Sum of RGB (Red+Green+Blue) = 83+32+10=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #53200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53200A is #ACDFF5. Grayscale: #2C2C2C. Windows color (decimal): -11329526 or 663635. OLE color: 663635.
HSL color Cylindrical-coordinate representation of color #53200A: hue angle of 18.08º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53200A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 10 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.67 |
| HSL | 18.08º | 0.78% | 0.18% | - |
| HSV(B) | 18.08º | 0.88% | 0.33% | - |
| XYZ | 4.14 | 2.89 | 0.63 | - |
| YUV | 44.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 10 | 0 | 0.61 | 0.88 | 0.67 | 18.08 | 0.78 | 0.18 |
| Hex | 53 | 20 | A | 0 | 3D | 58 | 43 | 12 | 4E | 12 |
| Octal | 123 | 40 | 12 | 0 | 75 | 130 | 103 | 22 | 116 | 22 |
| Binary | 1010011 | 100000 | 1010 | 0 | 111101 | 1011000 | 1000011 | 10010 | 1001110 | 10010 |
Color Harmonies of #53200A
Complementary color
Monochromatic Colors of #53200A
Black with #53200A
Text Example
Text Example
White with #53200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53200A; }
p { color: rgb(83,32,10); }
H1.HeaderClassName
{
color: #53200A;
}
.AnyTagClassName
{
color: #53200A;
}
</style>
background-color css
<style>
a { background-color: #53200A; }
a { background-color: rgb(83,32,10); }
div.DivClassName
{
background-color: #53200A;
}
.BgClassName
{
background-color: #53200A;
}
</style>
border-color css
<style>
span { border-color: #53200A; }
span { border-color: rgb(83,32,10); }
td.TdClassName
{
border-color: #53200A;
}
.TagClassName
{
border-color: #53200A;
}
</style>