Shades of Baker's Chocolate #53360E
Tints of Baker's Chocolate #53360E
RGB
CMYK
RGB Variations
Color information
#53360E (or 0x53360E) is known color: Baker's Chocolate. HEX triplet: 53, 36 and 0E. RGB value is (83,54,14). Sum of RGB (Red+Green+Blue) = 83+54+14=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53360E is #ACC9F1. Grayscale: #3A3A3A. Windows color (decimal): -11323890 or 931411. OLE color: 931411.
HSL color Cylindrical-coordinate representation of color #53360E: hue angle of 34.78º 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 #53360E is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 54 | 14 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.67 |
| HSL | 34.78º | 0.71% | 0.19% | - |
| HSV(B) | 34.78º | 0.83% | 0.33% | - |
| XYZ | 4.97 | 4.51 | 1.02 | - |
| YUV | 58.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 14 | 0 | 0.35 | 0.83 | 0.67 | 34.78 | 0.71 | 0.19 |
| Hex | 53 | 36 | E | 0 | 23 | 53 | 43 | 23 | 47 | 13 |
| Octal | 123 | 66 | 16 | 0 | 43 | 123 | 103 | 43 | 107 | 23 |
| Binary | 1010011 | 110110 | 1110 | 0 | 100011 | 1010011 | 1000011 | 100011 | 1000111 | 10011 |
Color Harmonies of #53360E
Complementary color
Monochromatic Colors of #53360E
Black with #53360E
Text Example
Text Example
White with #53360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53360E; }
p { color: rgb(83,54,14); }
H1.HeaderClassName
{
color: #53360E;
}
.AnyTagClassName
{
color: #53360E;
}
</style>
background-color css
<style>
a { background-color: #53360E; }
a { background-color: rgb(83,54,14); }
div.DivClassName
{
background-color: #53360E;
}
.BgClassName
{
background-color: #53360E;
}
</style>
border-color css
<style>
span { border-color: #53360E; }
span { border-color: rgb(83,54,14); }
td.TdClassName
{
border-color: #53360E;
}
.TagClassName
{
border-color: #53360E;
}
</style>