Shades of Baker's Chocolate #5D340B
Tints of Baker's Chocolate #5D340B
RGB
CMYK
RGB Variations
Color information
#5D340B (or 0x5D340B) is known color: Baker's Chocolate. HEX triplet: 5D, 34 and 0B. RGB value is (93,52,11). Sum of RGB (Red+Green+Blue) = 93+52+11=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D340B is #A2CBF4. Grayscale: #3B3B3B. Windows color (decimal): -10669045 or 734301. OLE color: 734301.
HSL color Cylindrical-coordinate representation of color #5D340B: hue angle of 30º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D340B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 11 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.64 |
| HSL | 30º | 0.79% | 0.2% | - |
| HSV(B) | 30º | 0.88% | 0.36% | - |
| XYZ | 5.8 | 4.81 | 0.94 | - |
| YUV | 59.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 11 | 0 | 0.44 | 0.88 | 0.64 | 30 | 0.79 | 0.2 |
| Hex | 5D | 34 | B | 0 | 2C | 58 | 40 | 1E | 4F | 14 |
| Octal | 135 | 64 | 13 | 0 | 54 | 130 | 100 | 36 | 117 | 24 |
| Binary | 1011101 | 110100 | 1011 | 0 | 101100 | 1011000 | 1000000 | 11110 | 1001111 | 10100 |
Color Harmonies of #5D340B
Complementary color
Monochromatic Colors of #5D340B
Black with #5D340B
Text Example
Text Example
White with #5D340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D340B; }
p { color: rgb(93,52,11); }
H1.HeaderClassName
{
color: #5D340B;
}
.AnyTagClassName
{
color: #5D340B;
}
</style>
background-color css
<style>
a { background-color: #5D340B; }
a { background-color: rgb(93,52,11); }
div.DivClassName
{
background-color: #5D340B;
}
.BgClassName
{
background-color: #5D340B;
}
</style>
border-color css
<style>
span { border-color: #5D340B; }
span { border-color: rgb(93,52,11); }
td.TdClassName
{
border-color: #5D340B;
}
.TagClassName
{
border-color: #5D340B;
}
</style>