Shades of Baker's Chocolate #5D381B
Tints of Baker's Chocolate #5D381B
RGB
CMYK
RGB Variations
Color information
#5D381B (or 0x5D381B) is known color: Baker's Chocolate. HEX triplet: 5D, 38 and 1B. RGB value is (93,56,27). Sum of RGB (Red+Green+Blue) = 93+56+27=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D381B is #A2C7E4. Grayscale: #3F3F3F. Windows color (decimal): -10668005 or 1783901. OLE color: 1783901.
HSL color Cylindrical-coordinate representation of color #5D381B: hue angle of 26.36º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D381B is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 27 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.64 |
| HSL | 26.36º | 0.55% | 0.24% | - |
| HSV(B) | 26.36º | 0.71% | 0.36% | - |
| XYZ | 6.13 | 5.23 | 1.72 | - |
| YUV | 63.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 27 | 0 | 0.40 | 0.71 | 0.64 | 26.36 | 0.55 | 0.24 |
| Hex | 5D | 38 | 1B | 0 | 28 | 47 | 40 | 1A | 37 | 18 |
| Octal | 135 | 70 | 33 | 0 | 50 | 107 | 100 | 32 | 67 | 30 |
| Binary | 1011101 | 111000 | 11011 | 0 | 101000 | 1000111 | 1000000 | 11010 | 110111 | 11000 |
Color Harmonies of #5D381B
Complementary color
Monochromatic Colors of #5D381B
Black with #5D381B
Text Example
Text Example
White with #5D381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D381B; }
p { color: rgb(93,56,27); }
H1.HeaderClassName
{
color: #5D381B;
}
.AnyTagClassName
{
color: #5D381B;
}
</style>
background-color css
<style>
a { background-color: #5D381B; }
a { background-color: rgb(93,56,27); }
div.DivClassName
{
background-color: #5D381B;
}
.BgClassName
{
background-color: #5D381B;
}
</style>
border-color css
<style>
span { border-color: #5D381B; }
span { border-color: rgb(93,56,27); }
td.TdClassName
{
border-color: #5D381B;
}
.TagClassName
{
border-color: #5D381B;
}
</style>