Shades of Baker's Chocolate #5D1D05
Tints of Baker's Chocolate #5D1D05
RGB
CMYK
RGB Variations
Color information
#5D1D05 (or 0x5D1D05) is known color: Baker's Chocolate. HEX triplet: 5D, 1D and 05. RGB value is (93,29,5). Sum of RGB (Red+Green+Blue) = 93+29+5=127 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.23% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1D05 is #A2E2FA. Grayscale: #2D2D2D. Windows color (decimal): -10674939 or 335197. OLE color: 335197.
HSL color Cylindrical-coordinate representation of color #5D1D05: hue angle of 16.36º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D1D05 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 29 | 5 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.64 |
| HSL | 16.36º | 0.9% | 0.19% | - |
| HSV(B) | 16.36º | 0.95% | 0.36% | - |
| XYZ | 4.98 | 3.22 | 0.5 | - |
| YUV | 45.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 5 | 0 | 0.69 | 0.95 | 0.64 | 16.36 | 0.9 | 0.19 |
| Hex | 5D | 1D | 5 | 0 | 45 | 5F | 40 | 10 | 5A | 13 |
| Octal | 135 | 35 | 5 | 0 | 105 | 137 | 100 | 20 | 132 | 23 |
| Binary | 1011101 | 11101 | 101 | 0 | 1000101 | 1011111 | 1000000 | 10000 | 1011010 | 10011 |
Color Harmonies of #5D1D05
Complementary color
Monochromatic Colors of #5D1D05
Black with #5D1D05
Text Example
Text Example
White with #5D1D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1D05; }
p { color: rgb(93,29,5); }
H1.HeaderClassName
{
color: #5D1D05;
}
.AnyTagClassName
{
color: #5D1D05;
}
</style>
background-color css
<style>
a { background-color: #5D1D05; }
a { background-color: rgb(93,29,5); }
div.DivClassName
{
background-color: #5D1D05;
}
.BgClassName
{
background-color: #5D1D05;
}
</style>
border-color css
<style>
span { border-color: #5D1D05; }
span { border-color: rgb(93,29,5); }
td.TdClassName
{
border-color: #5D1D05;
}
.TagClassName
{
border-color: #5D1D05;
}
</style>