Shades of Baker's Chocolate #5D2902
Tints of Baker's Chocolate #5D2902
RGB
CMYK
RGB Variations
Color information
#5D2902 (or 0x5D2902) is known color: Baker's Chocolate. HEX triplet: 5D, 29 and 02. RGB value is (93,41,2). Sum of RGB (Red+Green+Blue) = 93+41+2=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2902 is #A2D6FD. Grayscale: #343434. Windows color (decimal): -10671870 or 141661. OLE color: 141661.
HSL color Cylindrical-coordinate representation of color #5D2902: hue angle of 25.71º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D2902 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 2 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.64 |
| HSL | 25.71º | 0.96% | 0.19% | - |
| HSV(B) | 25.71º | 0.98% | 0.36% | - |
| XYZ | 5.32 | 3.92 | 0.53 | - |
| YUV | 52.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 2 | 0 | 0.56 | 0.98 | 0.64 | 25.71 | 0.96 | 0.19 |
| Hex | 5D | 29 | 2 | 0 | 38 | 62 | 40 | 1A | 60 | 13 |
| Octal | 135 | 51 | 2 | 0 | 70 | 142 | 100 | 32 | 140 | 23 |
| Binary | 1011101 | 101001 | 10 | 0 | 111000 | 1100010 | 1000000 | 11010 | 1100000 | 10011 |
Color Harmonies of #5D2902
Complementary color
Monochromatic Colors of #5D2902
Black with #5D2902
Text Example
Text Example
White with #5D2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2902; }
p { color: rgb(93,41,2); }
H1.HeaderClassName
{
color: #5D2902;
}
.AnyTagClassName
{
color: #5D2902;
}
</style>
background-color css
<style>
a { background-color: #5D2902; }
a { background-color: rgb(93,41,2); }
div.DivClassName
{
background-color: #5D2902;
}
.BgClassName
{
background-color: #5D2902;
}
</style>
border-color css
<style>
span { border-color: #5D2902; }
span { border-color: rgb(93,41,2); }
td.TdClassName
{
border-color: #5D2902;
}
.TagClassName
{
border-color: #5D2902;
}
</style>