Shades of Baker's Chocolate #53280B
Tints of Baker's Chocolate #53280B
RGB
CMYK
RGB Variations
Color information
#53280B (or 0x53280B) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 0B. RGB value is (83,40,11). Sum of RGB (Red+Green+Blue) = 83+40+11=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53280B is #ACD7F4. Grayscale: #313131. Windows color (decimal): -11327477 or 731219. OLE color: 731219.
HSL color Cylindrical-coordinate representation of color #53280B: hue angle of 24.17º 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 #53280B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 11 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.67 |
| HSL | 24.17º | 0.77% | 0.18% | - |
| HSV(B) | 24.17º | 0.87% | 0.33% | - |
| XYZ | 4.39 | 3.38 | 0.74 | - |
| YUV | 49.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 11 | 0 | 0.52 | 0.87 | 0.67 | 24.17 | 0.77 | 0.18 |
| Hex | 53 | 28 | B | 0 | 34 | 57 | 43 | 18 | 4D | 12 |
| Octal | 123 | 50 | 13 | 0 | 64 | 127 | 103 | 30 | 115 | 22 |
| Binary | 1010011 | 101000 | 1011 | 0 | 110100 | 1010111 | 1000011 | 11000 | 1001101 | 10010 |
Color Harmonies of #53280B
Complementary color
Monochromatic Colors of #53280B
Black with #53280B
Text Example
Text Example
White with #53280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53280B; }
p { color: rgb(83,40,11); }
H1.HeaderClassName
{
color: #53280B;
}
.AnyTagClassName
{
color: #53280B;
}
</style>
background-color css
<style>
a { background-color: #53280B; }
a { background-color: rgb(83,40,11); }
div.DivClassName
{
background-color: #53280B;
}
.BgClassName
{
background-color: #53280B;
}
</style>
border-color css
<style>
span { border-color: #53280B; }
span { border-color: rgb(83,40,11); }
td.TdClassName
{
border-color: #53280B;
}
.TagClassName
{
border-color: #53280B;
}
</style>