Shades of Baker's Chocolate #5D310C
Tints of Baker's Chocolate #5D310C
RGB
CMYK
RGB Variations
Color information
#5D310C (or 0x5D310C) is known color: Baker's Chocolate. HEX triplet: 5D, 31 and 0C. RGB value is (93,49,12). Sum of RGB (Red+Green+Blue) = 93+49+12=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D310C is #A2CEF3. Grayscale: #3A3A3A. Windows color (decimal): -10669812 or 799069. OLE color: 799069.
HSL color Cylindrical-coordinate representation of color #5D310C: hue angle of 27.41º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D310C is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 49 | 12 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.64 |
| HSL | 27.41º | 0.77% | 0.21% | - |
| HSV(B) | 27.41º | 0.87% | 0.36% | - |
| XYZ | 5.68 | 4.55 | 0.93 | - |
| YUV | 57.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 12 | 0 | 0.47 | 0.87 | 0.64 | 27.41 | 0.77 | 0.21 |
| Hex | 5D | 31 | C | 0 | 2F | 57 | 40 | 1B | 4D | 15 |
| Octal | 135 | 61 | 14 | 0 | 57 | 127 | 100 | 33 | 115 | 25 |
| Binary | 1011101 | 110001 | 1100 | 0 | 101111 | 1010111 | 1000000 | 11011 | 1001101 | 10101 |
Color Harmonies of #5D310C
Complementary color
Monochromatic Colors of #5D310C
Black with #5D310C
Text Example
Text Example
White with #5D310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D310C; }
p { color: rgb(93,49,12); }
H1.HeaderClassName
{
color: #5D310C;
}
.AnyTagClassName
{
color: #5D310C;
}
</style>
background-color css
<style>
a { background-color: #5D310C; }
a { background-color: rgb(93,49,12); }
div.DivClassName
{
background-color: #5D310C;
}
.BgClassName
{
background-color: #5D310C;
}
</style>
border-color css
<style>
span { border-color: #5D310C; }
span { border-color: rgb(93,49,12); }
td.TdClassName
{
border-color: #5D310C;
}
.TagClassName
{
border-color: #5D310C;
}
</style>