Shades of Baker's Chocolate #5D311C
Tints of Baker's Chocolate #5D311C
RGB
CMYK
RGB Variations
Color information
#5D311C (or 0x5D311C) is known color: Baker's Chocolate. HEX triplet: 5D, 31 and 1C. RGB value is (93,49,28). Sum of RGB (Red+Green+Blue) = 93+49+28=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D311C is #A2CEE3. Grayscale: #3B3B3B. Windows color (decimal): -10669796 or 1847645. OLE color: 1847645.
HSL color Cylindrical-coordinate representation of color #5D311C: hue angle of 19.38º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D311C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 28 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.64 |
| HSL | 19.38º | 0.54% | 0.24% | - |
| HSV(B) | 19.38º | 0.7% | 0.36% | - |
| XYZ | 5.82 | 4.61 | 1.68 | - |
| YUV | 59.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 28 | 0 | 0.47 | 0.70 | 0.64 | 19.38 | 0.54 | 0.24 |
| Hex | 5D | 31 | 1C | 0 | 2F | 46 | 40 | 13 | 36 | 18 |
| Octal | 135 | 61 | 34 | 0 | 57 | 106 | 100 | 23 | 66 | 30 |
| Binary | 1011101 | 110001 | 11100 | 0 | 101111 | 1000110 | 1000000 | 10011 | 110110 | 11000 |
Color Harmonies of #5D311C
Complementary color
Monochromatic Colors of #5D311C
Black with #5D311C
Text Example
Text Example
White with #5D311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D311C; }
p { color: rgb(93,49,28); }
H1.HeaderClassName
{
color: #5D311C;
}
.AnyTagClassName
{
color: #5D311C;
}
</style>
background-color css
<style>
a { background-color: #5D311C; }
a { background-color: rgb(93,49,28); }
div.DivClassName
{
background-color: #5D311C;
}
.BgClassName
{
background-color: #5D311C;
}
</style>
border-color css
<style>
span { border-color: #5D311C; }
span { border-color: rgb(93,49,28); }
td.TdClassName
{
border-color: #5D311C;
}
.TagClassName
{
border-color: #5D311C;
}
</style>