Shades of Baker's Chocolate #5D2103
Tints of Baker's Chocolate #5D2103
RGB
CMYK
RGB Variations
Color information
#5D2103 (or 0x5D2103) is known color: Baker's Chocolate. HEX triplet: 5D, 21 and 03. RGB value is (93,33,3). Sum of RGB (Red+Green+Blue) = 93+33+3=129 (17% of max value = 765). Red value is 93 (36.72% from 255 or 72.09% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2103 is #A2DEFC. Grayscale: #2F2F2F. Windows color (decimal): -10673917 or 205149. OLE color: 205149.
HSL color Cylindrical-coordinate representation of color #5D2103: hue angle of 20º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D2103 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.64 |
| HSL | 20º | 0.94% | 0.19% | - |
| HSV(B) | 20º | 0.97% | 0.36% | - |
| XYZ | 5.07 | 3.42 | 0.48 | - |
| YUV | 47.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 3 | 0 | 0.65 | 0.97 | 0.64 | 20 | 0.94 | 0.19 |
| Hex | 5D | 21 | 3 | 0 | 41 | 61 | 40 | 14 | 5E | 13 |
| Octal | 135 | 41 | 3 | 0 | 101 | 141 | 100 | 24 | 136 | 23 |
| Binary | 1011101 | 100001 | 11 | 0 | 1000001 | 1100001 | 1000000 | 10100 | 1011110 | 10011 |
Color Harmonies of #5D2103
Complementary color
Monochromatic Colors of #5D2103
Black with #5D2103
Text Example
Text Example
White with #5D2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2103; }
p { color: rgb(93,33,3); }
H1.HeaderClassName
{
color: #5D2103;
}
.AnyTagClassName
{
color: #5D2103;
}
</style>
background-color css
<style>
a { background-color: #5D2103; }
a { background-color: rgb(93,33,3); }
div.DivClassName
{
background-color: #5D2103;
}
.BgClassName
{
background-color: #5D2103;
}
</style>
border-color css
<style>
span { border-color: #5D2103; }
span { border-color: rgb(93,33,3); }
td.TdClassName
{
border-color: #5D2103;
}
.TagClassName
{
border-color: #5D2103;
}
</style>