Shades of Baker's Chocolate #5D320B
Tints of Baker's Chocolate #5D320B
RGB
CMYK
RGB Variations
Color information
#5D320B (or 0x5D320B) is known color: Baker's Chocolate. HEX triplet: 5D, 32 and 0B. RGB value is (93,50,11). Sum of RGB (Red+Green+Blue) = 93+50+11=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D320B is #A2CDF4. Grayscale: #3A3A3A. Windows color (decimal): -10669557 or 733789. OLE color: 733789.
HSL color Cylindrical-coordinate representation of color #5D320B: hue angle of 28.54º 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 #5D320B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 50 | 11 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.64 |
| HSL | 28.54º | 0.79% | 0.2% | - |
| HSV(B) | 28.54º | 0.88% | 0.36% | - |
| XYZ | 5.72 | 4.63 | 0.91 | - |
| YUV | 58.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 11 | 0 | 0.46 | 0.88 | 0.64 | 28.54 | 0.79 | 0.2 |
| Hex | 5D | 32 | B | 0 | 2E | 58 | 40 | 1D | 4F | 14 |
| Octal | 135 | 62 | 13 | 0 | 56 | 130 | 100 | 35 | 117 | 24 |
| Binary | 1011101 | 110010 | 1011 | 0 | 101110 | 1011000 | 1000000 | 11101 | 1001111 | 10100 |
Color Harmonies of #5D320B
Complementary color
Monochromatic Colors of #5D320B
Black with #5D320B
Text Example
Text Example
White with #5D320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D320B; }
p { color: rgb(93,50,11); }
H1.HeaderClassName
{
color: #5D320B;
}
.AnyTagClassName
{
color: #5D320B;
}
</style>
background-color css
<style>
a { background-color: #5D320B; }
a { background-color: rgb(93,50,11); }
div.DivClassName
{
background-color: #5D320B;
}
.BgClassName
{
background-color: #5D320B;
}
</style>
border-color css
<style>
span { border-color: #5D320B; }
span { border-color: rgb(93,50,11); }
td.TdClassName
{
border-color: #5D320B;
}
.TagClassName
{
border-color: #5D320B;
}
</style>