Shades of Baker's Chocolate #5D2E19
Tints of Baker's Chocolate #5D2E19
RGB
CMYK
RGB Variations
Color information
#5D2E19 (or 0x5D2E19) is known color: Baker's Chocolate. HEX triplet: 5D, 2E and 19. RGB value is (93,46,25). Sum of RGB (Red+Green+Blue) = 93+46+25=164 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.71% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2E19 is #A2D1E6. Grayscale: #393939. Windows color (decimal): -10670567 or 1650269. OLE color: 1650269.
HSL color Cylindrical-coordinate representation of color #5D2E19: hue angle of 18.53º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2E19 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 46 | 25 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.64 |
| HSL | 18.53º | 0.58% | 0.23% | - |
| HSV(B) | 18.53º | 0.73% | 0.36% | - |
| XYZ | 5.67 | 4.35 | 1.46 | - |
| YUV | 57.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 25 | 0 | 0.51 | 0.73 | 0.64 | 18.53 | 0.58 | 0.23 |
| Hex | 5D | 2E | 19 | 0 | 33 | 49 | 40 | 13 | 3A | 17 |
| Octal | 135 | 56 | 31 | 0 | 63 | 111 | 100 | 23 | 72 | 27 |
| Binary | 1011101 | 101110 | 11001 | 0 | 110011 | 1001001 | 1000000 | 10011 | 111010 | 10111 |
Color Harmonies of #5D2E19
Complementary color
Monochromatic Colors of #5D2E19
Black with #5D2E19
Text Example
Text Example
White with #5D2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2E19; }
p { color: rgb(93,46,25); }
H1.HeaderClassName
{
color: #5D2E19;
}
.AnyTagClassName
{
color: #5D2E19;
}
</style>
background-color css
<style>
a { background-color: #5D2E19; }
a { background-color: rgb(93,46,25); }
div.DivClassName
{
background-color: #5D2E19;
}
.BgClassName
{
background-color: #5D2E19;
}
</style>
border-color css
<style>
span { border-color: #5D2E19; }
span { border-color: rgb(93,46,25); }
td.TdClassName
{
border-color: #5D2E19;
}
.TagClassName
{
border-color: #5D2E19;
}
</style>