Shades of Baker's Chocolate #53290A
Tints of Baker's Chocolate #53290A
RGB
CMYK
RGB Variations
Color information
#53290A (or 0x53290A) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 0A. RGB value is (83,41,10). Sum of RGB (Red+Green+Blue) = 83+41+10=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53290A is #ACD6F5. Grayscale: #323232. Windows color (decimal): -11327222 or 665939. OLE color: 665939.
HSL color Cylindrical-coordinate representation of color #53290A: hue angle of 25.48º 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 #53290A is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 10 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.67 |
| HSL | 25.48º | 0.78% | 0.18% | - |
| HSV(B) | 25.48º | 0.88% | 0.33% | - |
| XYZ | 4.42 | 3.45 | 0.72 | - |
| YUV | 50.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 10 | 0 | 0.51 | 0.88 | 0.67 | 25.48 | 0.78 | 0.18 |
| Hex | 53 | 29 | A | 0 | 33 | 58 | 43 | 19 | 4E | 12 |
| Octal | 123 | 51 | 12 | 0 | 63 | 130 | 103 | 31 | 116 | 22 |
| Binary | 1010011 | 101001 | 1010 | 0 | 110011 | 1011000 | 1000011 | 11001 | 1001110 | 10010 |
Color Harmonies of #53290A
Complementary color
Monochromatic Colors of #53290A
Black with #53290A
Text Example
Text Example
White with #53290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53290A; }
p { color: rgb(83,41,10); }
H1.HeaderClassName
{
color: #53290A;
}
.AnyTagClassName
{
color: #53290A;
}
</style>
background-color css
<style>
a { background-color: #53290A; }
a { background-color: rgb(83,41,10); }
div.DivClassName
{
background-color: #53290A;
}
.BgClassName
{
background-color: #53290A;
}
</style>
border-color css
<style>
span { border-color: #53290A; }
span { border-color: rgb(83,41,10); }
td.TdClassName
{
border-color: #53290A;
}
.TagClassName
{
border-color: #53290A;
}
</style>