Shades of Baker's Chocolate #53290D
Tints of Baker's Chocolate #53290D
RGB
CMYK
RGB Variations
Color information
#53290D (or 0x53290D) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 0D. RGB value is (83,41,13). Sum of RGB (Red+Green+Blue) = 83+41+13=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53290D is #ACD6F2. Grayscale: #323232. Windows color (decimal): -11327219 or 862547. OLE color: 862547.
HSL color Cylindrical-coordinate representation of color #53290D: hue angle of 24º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53290D is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 13 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.67 |
| HSL | 24º | 0.73% | 0.19% | - |
| HSV(B) | 24º | 0.84% | 0.33% | - |
| XYZ | 4.43 | 3.45 | 0.81 | - |
| YUV | 50.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 13 | 0 | 0.51 | 0.84 | 0.67 | 24 | 0.73 | 0.19 |
| Hex | 53 | 29 | D | 0 | 33 | 54 | 43 | 18 | 49 | 13 |
| Octal | 123 | 51 | 15 | 0 | 63 | 124 | 103 | 30 | 111 | 23 |
| Binary | 1010011 | 101001 | 1101 | 0 | 110011 | 1010100 | 1000011 | 11000 | 1001001 | 10011 |
Color Harmonies of #53290D
Complementary color
Monochromatic Colors of #53290D
Black with #53290D
Text Example
Text Example
White with #53290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53290D; }
p { color: rgb(83,41,13); }
H1.HeaderClassName
{
color: #53290D;
}
.AnyTagClassName
{
color: #53290D;
}
</style>
background-color css
<style>
a { background-color: #53290D; }
a { background-color: rgb(83,41,13); }
div.DivClassName
{
background-color: #53290D;
}
.BgClassName
{
background-color: #53290D;
}
</style>
border-color css
<style>
span { border-color: #53290D; }
span { border-color: rgb(83,41,13); }
td.TdClassName
{
border-color: #53290D;
}
.TagClassName
{
border-color: #53290D;
}
</style>