Shades of Baker's Chocolate #53280E
Tints of Baker's Chocolate #53280E
RGB
CMYK
RGB Variations
Color information
#53280E (or 0x53280E) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 0E. RGB value is (83,40,14). Sum of RGB (Red+Green+Blue) = 83+40+14=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53280E is #ACD7F1. Grayscale: #323232. Windows color (decimal): -11327474 or 927827. OLE color: 927827.
HSL color Cylindrical-coordinate representation of color #53280E: hue angle of 22.61º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53280E is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 14 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.67 |
| HSL | 22.61º | 0.71% | 0.19% | - |
| HSV(B) | 22.61º | 0.83% | 0.33% | - |
| XYZ | 4.41 | 3.39 | 0.84 | - |
| YUV | 49.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 14 | 0 | 0.52 | 0.83 | 0.67 | 22.61 | 0.71 | 0.19 |
| Hex | 53 | 28 | E | 0 | 34 | 53 | 43 | 17 | 47 | 13 |
| Octal | 123 | 50 | 16 | 0 | 64 | 123 | 103 | 27 | 107 | 23 |
| Binary | 1010011 | 101000 | 1110 | 0 | 110100 | 1010011 | 1000011 | 10111 | 1000111 | 10011 |
Color Harmonies of #53280E
Complementary color
Monochromatic Colors of #53280E
Black with #53280E
Text Example
Text Example
White with #53280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53280E; }
p { color: rgb(83,40,14); }
H1.HeaderClassName
{
color: #53280E;
}
.AnyTagClassName
{
color: #53280E;
}
</style>
background-color css
<style>
a { background-color: #53280E; }
a { background-color: rgb(83,40,14); }
div.DivClassName
{
background-color: #53280E;
}
.BgClassName
{
background-color: #53280E;
}
</style>
border-color css
<style>
span { border-color: #53280E; }
span { border-color: rgb(83,40,14); }
td.TdClassName
{
border-color: #53280E;
}
.TagClassName
{
border-color: #53280E;
}
</style>