Shades of Baker's Chocolate #5D380E
Tints of Baker's Chocolate #5D380E
RGB
CMYK
RGB Variations
Color information
#5D380E (or 0x5D380E) is known color: Baker's Chocolate. HEX triplet: 5D, 38 and 0E. RGB value is (93,56,14). Sum of RGB (Red+Green+Blue) = 93+56+14=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D380E is #A2C7F1. Grayscale: #3E3E3E. Windows color (decimal): -10668018 or 931933. OLE color: 931933.
HSL color Cylindrical-coordinate representation of color #5D380E: hue angle of 31.9º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D380E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 14 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.64 |
| HSL | 31.9º | 0.74% | 0.21% | - |
| HSV(B) | 31.9º | 0.85% | 0.36% | - |
| XYZ | 6.01 | 5.19 | 1.1 | - |
| YUV | 62.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 14 | 0 | 0.40 | 0.85 | 0.64 | 31.9 | 0.74 | 0.21 |
| Hex | 5D | 38 | E | 0 | 28 | 55 | 40 | 20 | 4A | 15 |
| Octal | 135 | 70 | 16 | 0 | 50 | 125 | 100 | 40 | 112 | 25 |
| Binary | 1011101 | 111000 | 1110 | 0 | 101000 | 1010101 | 1000000 | 100000 | 1001010 | 10101 |
Color Harmonies of #5D380E
Complementary color
Monochromatic Colors of #5D380E
Black with #5D380E
Text Example
Text Example
White with #5D380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D380E; }
p { color: rgb(93,56,14); }
H1.HeaderClassName
{
color: #5D380E;
}
.AnyTagClassName
{
color: #5D380E;
}
</style>
background-color css
<style>
a { background-color: #5D380E; }
a { background-color: rgb(93,56,14); }
div.DivClassName
{
background-color: #5D380E;
}
.BgClassName
{
background-color: #5D380E;
}
</style>
border-color css
<style>
span { border-color: #5D380E; }
span { border-color: rgb(93,56,14); }
td.TdClassName
{
border-color: #5D380E;
}
.TagClassName
{
border-color: #5D380E;
}
</style>