Shades of Baker's Chocolate #5D3510
Tints of Baker's Chocolate #5D3510
RGB
CMYK
RGB Variations
Color information
#5D3510 (or 0x5D3510) is known color: Baker's Chocolate. HEX triplet: 5D, 35 and 10. RGB value is (93,53,16). Sum of RGB (Red+Green+Blue) = 93+53+16=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3510 is #A2CAEF. Grayscale: #3C3C3C. Windows color (decimal): -10668784 or 1062237. OLE color: 1062237.
HSL color Cylindrical-coordinate representation of color #5D3510: hue angle of 28.83º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D3510 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 53 | 16 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.64 |
| HSL | 28.83º | 0.71% | 0.21% | - |
| HSV(B) | 28.83º | 0.83% | 0.36% | - |
| XYZ | 5.88 | 4.91 | 1.13 | - |
| YUV | 60.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 16 | 0 | 0.43 | 0.83 | 0.64 | 28.83 | 0.71 | 0.21 |
| Hex | 5D | 35 | 10 | 0 | 2B | 53 | 40 | 1D | 47 | 15 |
| Octal | 135 | 65 | 20 | 0 | 53 | 123 | 100 | 35 | 107 | 25 |
| Binary | 1011101 | 110101 | 10000 | 0 | 101011 | 1010011 | 1000000 | 11101 | 1000111 | 10101 |
Color Harmonies of #5D3510
Complementary color
Monochromatic Colors of #5D3510
Black with #5D3510
Text Example
Text Example
White with #5D3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3510; }
p { color: rgb(93,53,16); }
H1.HeaderClassName
{
color: #5D3510;
}
.AnyTagClassName
{
color: #5D3510;
}
</style>
background-color css
<style>
a { background-color: #5D3510; }
a { background-color: rgb(93,53,16); }
div.DivClassName
{
background-color: #5D3510;
}
.BgClassName
{
background-color: #5D3510;
}
</style>
border-color css
<style>
span { border-color: #5D3510; }
span { border-color: rgb(93,53,16); }
td.TdClassName
{
border-color: #5D3510;
}
.TagClassName
{
border-color: #5D3510;
}
</style>