Shades of Baker's Chocolate #53290B
Tints of Baker's Chocolate #53290B
RGB
CMYK
RGB Variations
Color information
#53290B (or 0x53290B) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 0B. RGB value is (83,41,11). Sum of RGB (Red+Green+Blue) = 83+41+11=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53290B is #ACD6F4. Grayscale: #323232. Windows color (decimal): -11327221 or 731475. OLE color: 731475.
HSL color Cylindrical-coordinate representation of color #53290B: hue angle of 25º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53290B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 11 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.67 |
| HSL | 25º | 0.77% | 0.18% | - |
| HSV(B) | 25º | 0.87% | 0.33% | - |
| XYZ | 4.42 | 3.45 | 0.75 | - |
| YUV | 50.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 11 | 0 | 0.51 | 0.87 | 0.67 | 25 | 0.77 | 0.18 |
| Hex | 53 | 29 | B | 0 | 33 | 57 | 43 | 19 | 4D | 12 |
| Octal | 123 | 51 | 13 | 0 | 63 | 127 | 103 | 31 | 115 | 22 |
| Binary | 1010011 | 101001 | 1011 | 0 | 110011 | 1010111 | 1000011 | 11001 | 1001101 | 10010 |
Color Harmonies of #53290B
Complementary color
Monochromatic Colors of #53290B
Black with #53290B
Text Example
Text Example
White with #53290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53290B; }
p { color: rgb(83,41,11); }
H1.HeaderClassName
{
color: #53290B;
}
.AnyTagClassName
{
color: #53290B;
}
</style>
background-color css
<style>
a { background-color: #53290B; }
a { background-color: rgb(83,41,11); }
div.DivClassName
{
background-color: #53290B;
}
.BgClassName
{
background-color: #53290B;
}
</style>
border-color css
<style>
span { border-color: #53290B; }
span { border-color: rgb(83,41,11); }
td.TdClassName
{
border-color: #53290B;
}
.TagClassName
{
border-color: #53290B;
}
</style>