Shades of Baker's Chocolate #5D2D18
Tints of Baker's Chocolate #5D2D18
RGB
CMYK
RGB Variations
Color information
#5D2D18 (or 0x5D2D18) is known color: Baker's Chocolate. HEX triplet: 5D, 2D and 18. RGB value is (93,45,24). Sum of RGB (Red+Green+Blue) = 93+45+24=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2D18 is #A2D2E7. Grayscale: #393939. Windows color (decimal): -10670824 or 1584477. OLE color: 1584477.
HSL color Cylindrical-coordinate representation of color #5D2D18: hue angle of 18.26º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2D18 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 45 | 24 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.64 |
| HSL | 18.26º | 0.59% | 0.23% | - |
| HSV(B) | 18.26º | 0.74% | 0.36% | - |
| XYZ | 5.62 | 4.27 | 1.39 | - |
| YUV | 56.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 24 | 0 | 0.52 | 0.74 | 0.64 | 18.26 | 0.59 | 0.23 |
| Hex | 5D | 2D | 18 | 0 | 34 | 4A | 40 | 12 | 3B | 17 |
| Octal | 135 | 55 | 30 | 0 | 64 | 112 | 100 | 22 | 73 | 27 |
| Binary | 1011101 | 101101 | 11000 | 0 | 110100 | 1001010 | 1000000 | 10010 | 111011 | 10111 |
Color Harmonies of #5D2D18
Complementary color
Monochromatic Colors of #5D2D18
Black with #5D2D18
Text Example
Text Example
White with #5D2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2D18; }
p { color: rgb(93,45,24); }
H1.HeaderClassName
{
color: #5D2D18;
}
.AnyTagClassName
{
color: #5D2D18;
}
</style>
background-color css
<style>
a { background-color: #5D2D18; }
a { background-color: rgb(93,45,24); }
div.DivClassName
{
background-color: #5D2D18;
}
.BgClassName
{
background-color: #5D2D18;
}
</style>
border-color css
<style>
span { border-color: #5D2D18; }
span { border-color: rgb(93,45,24); }
td.TdClassName
{
border-color: #5D2D18;
}
.TagClassName
{
border-color: #5D2D18;
}
</style>