Shades of Baker's Chocolate #5D340D
Tints of Baker's Chocolate #5D340D
RGB
CMYK
RGB Variations
Color information
#5D340D (or 0x5D340D) is known color: Baker's Chocolate. HEX triplet: 5D, 34 and 0D. RGB value is (93,52,13). Sum of RGB (Red+Green+Blue) = 93+52+13=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D340D is #A2CBF2. Grayscale: #3C3C3C. Windows color (decimal): -10669043 or 865373. OLE color: 865373.
HSL color Cylindrical-coordinate representation of color #5D340D: hue angle of 29.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D340D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 13 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.64 |
| HSL | 29.25º | 0.75% | 0.21% | - |
| HSV(B) | 29.25º | 0.86% | 0.36% | - |
| XYZ | 5.81 | 4.81 | 1 | - |
| YUV | 59.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 13 | 0 | 0.44 | 0.86 | 0.64 | 29.25 | 0.75 | 0.21 |
| Hex | 5D | 34 | D | 0 | 2C | 56 | 40 | 1D | 4B | 15 |
| Octal | 135 | 64 | 15 | 0 | 54 | 126 | 100 | 35 | 113 | 25 |
| Binary | 1011101 | 110100 | 1101 | 0 | 101100 | 1010110 | 1000000 | 11101 | 1001011 | 10101 |
Color Harmonies of #5D340D
Complementary color
Monochromatic Colors of #5D340D
Black with #5D340D
Text Example
Text Example
White with #5D340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D340D; }
p { color: rgb(93,52,13); }
H1.HeaderClassName
{
color: #5D340D;
}
.AnyTagClassName
{
color: #5D340D;
}
</style>
background-color css
<style>
a { background-color: #5D340D; }
a { background-color: rgb(93,52,13); }
div.DivClassName
{
background-color: #5D340D;
}
.BgClassName
{
background-color: #5D340D;
}
</style>
border-color css
<style>
span { border-color: #5D340D; }
span { border-color: rgb(93,52,13); }
td.TdClassName
{
border-color: #5D340D;
}
.TagClassName
{
border-color: #5D340D;
}
</style>