Shades of Baker's Chocolate #53390E
Tints of Baker's Chocolate #53390E
RGB
CMYK
RGB Variations
Color information
#53390E (or 0x53390E) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 0E. RGB value is (83,57,14). Sum of RGB (Red+Green+Blue) = 83+57+14=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53390E is #ACC6F1. Grayscale: #3C3C3C. Windows color (decimal): -11323122 or 932179. OLE color: 932179.
HSL color Cylindrical-coordinate representation of color #53390E: hue angle of 37.39º 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 #53390E is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 14 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.67 |
| HSL | 37.39º | 0.71% | 0.19% | - |
| HSV(B) | 37.39º | 0.83% | 0.33% | - |
| XYZ | 5.11 | 4.8 | 1.07 | - |
| YUV | 59.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 14 | 0 | 0.31 | 0.83 | 0.67 | 37.39 | 0.71 | 0.19 |
| Hex | 53 | 39 | E | 0 | 1F | 53 | 43 | 25 | 47 | 13 |
| Octal | 123 | 71 | 16 | 0 | 37 | 123 | 103 | 45 | 107 | 23 |
| Binary | 1010011 | 111001 | 1110 | 0 | 11111 | 1010011 | 1000011 | 100101 | 1000111 | 10011 |
Color Harmonies of #53390E
Complementary color
Monochromatic Colors of #53390E
Black with #53390E
Text Example
Text Example
White with #53390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53390E; }
p { color: rgb(83,57,14); }
H1.HeaderClassName
{
color: #53390E;
}
.AnyTagClassName
{
color: #53390E;
}
</style>
background-color css
<style>
a { background-color: #53390E; }
a { background-color: rgb(83,57,14); }
div.DivClassName
{
background-color: #53390E;
}
.BgClassName
{
background-color: #53390E;
}
</style>
border-color css
<style>
span { border-color: #53390E; }
span { border-color: rgb(83,57,14); }
td.TdClassName
{
border-color: #53390E;
}
.TagClassName
{
border-color: #53390E;
}
</style>