Shades of Baker's Chocolate #5D3B0A
Tints of Baker's Chocolate #5D3B0A
RGB
CMYK
RGB Variations
Color information
#5D3B0A (or 0x5D3B0A) is known color: Baker's Chocolate. HEX triplet: 5D, 3B and 0A. RGB value is (93,59,10). Sum of RGB (Red+Green+Blue) = 93+59+10=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3B0A is #A2C4F5. Grayscale: #3F3F3F. Windows color (decimal): -10667254 or 670557. OLE color: 670557.
HSL color Cylindrical-coordinate representation of color #5D3B0A: hue angle of 35.42º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D3B0A is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 59 | 10 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.64 |
| HSL | 35.42º | 0.81% | 0.2% | - |
| HSV(B) | 35.42º | 0.89% | 0.36% | - |
| XYZ | 6.13 | 5.48 | 1.02 | - |
| YUV | 63.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 10 | 0 | 0.37 | 0.89 | 0.64 | 35.42 | 0.81 | 0.2 |
| Hex | 5D | 3B | A | 0 | 25 | 59 | 40 | 23 | 51 | 14 |
| Octal | 135 | 73 | 12 | 0 | 45 | 131 | 100 | 43 | 121 | 24 |
| Binary | 1011101 | 111011 | 1010 | 0 | 100101 | 1011001 | 1000000 | 100011 | 1010001 | 10100 |
Color Harmonies of #5D3B0A
Complementary color
Monochromatic Colors of #5D3B0A
Black with #5D3B0A
Text Example
Text Example
White with #5D3B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3B0A; }
p { color: rgb(93,59,10); }
H1.HeaderClassName
{
color: #5D3B0A;
}
.AnyTagClassName
{
color: #5D3B0A;
}
</style>
background-color css
<style>
a { background-color: #5D3B0A; }
a { background-color: rgb(93,59,10); }
div.DivClassName
{
background-color: #5D3B0A;
}
.BgClassName
{
background-color: #5D3B0A;
}
</style>
border-color css
<style>
span { border-color: #5D3B0A; }
span { border-color: rgb(93,59,10); }
td.TdClassName
{
border-color: #5D3B0A;
}
.TagClassName
{
border-color: #5D3B0A;
}
</style>