Shades of Baker's Chocolate #53230A
Tints of Baker's Chocolate #53230A
RGB
CMYK
RGB Variations
Color information
#53230A (or 0x53230A) is known color: Baker's Chocolate. HEX triplet: 53, 23 and 0A. RGB value is (83,35,10). Sum of RGB (Red+Green+Blue) = 83+35+10=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53230A is #ACDCF5. Grayscale: #2E2E2E. Windows color (decimal): -11328758 or 664403. OLE color: 664403.
HSL color Cylindrical-coordinate representation of color #53230A: hue angle of 20.55º 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 #53230A is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 35 | 10 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.67 |
| HSL | 20.55º | 0.78% | 0.18% | - |
| HSV(B) | 20.55º | 0.88% | 0.33% | - |
| XYZ | 4.22 | 3.06 | 0.66 | - |
| YUV | 46.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 10 | 0 | 0.58 | 0.88 | 0.67 | 20.55 | 0.78 | 0.18 |
| Hex | 53 | 23 | A | 0 | 3A | 58 | 43 | 15 | 4E | 12 |
| Octal | 123 | 43 | 12 | 0 | 72 | 130 | 103 | 25 | 116 | 22 |
| Binary | 1010011 | 100011 | 1010 | 0 | 111010 | 1011000 | 1000011 | 10101 | 1001110 | 10010 |
Color Harmonies of #53230A
Complementary color
Monochromatic Colors of #53230A
Black with #53230A
Text Example
Text Example
White with #53230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53230A; }
p { color: rgb(83,35,10); }
H1.HeaderClassName
{
color: #53230A;
}
.AnyTagClassName
{
color: #53230A;
}
</style>
background-color css
<style>
a { background-color: #53230A; }
a { background-color: rgb(83,35,10); }
div.DivClassName
{
background-color: #53230A;
}
.BgClassName
{
background-color: #53230A;
}
</style>
border-color css
<style>
span { border-color: #53230A; }
span { border-color: rgb(83,35,10); }
td.TdClassName
{
border-color: #53230A;
}
.TagClassName
{
border-color: #53230A;
}
</style>