Shades of Baker's Chocolate #5D2202
Tints of Baker's Chocolate #5D2202
RGB
CMYK
RGB Variations
Color information
#5D2202 (or 0x5D2202) is known color: Baker's Chocolate. HEX triplet: 5D, 22 and 02. RGB value is (93,34,2). Sum of RGB (Red+Green+Blue) = 93+34+2=129 (17% of max value = 765). Red value is 93 (36.72% from 255 or 72.09% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2202 is #A2DDFD. Grayscale: #303030. Windows color (decimal): -10673662 or 139869. OLE color: 139869.
HSL color Cylindrical-coordinate representation of color #5D2202: hue angle of 21.1º 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 #5D2202 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 34 | 2 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.64 |
| HSL | 21.1º | 0.96% | 0.19% | - |
| HSV(B) | 21.1º | 0.98% | 0.36% | - |
| XYZ | 5.1 | 3.48 | 0.46 | - |
| YUV | 47.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 2 | 0 | 0.63 | 0.98 | 0.64 | 21.1 | 0.96 | 0.19 |
| Hex | 5D | 22 | 2 | 0 | 3F | 62 | 40 | 15 | 60 | 13 |
| Octal | 135 | 42 | 2 | 0 | 77 | 142 | 100 | 25 | 140 | 23 |
| Binary | 1011101 | 100010 | 10 | 0 | 111111 | 1100010 | 1000000 | 10101 | 1100000 | 10011 |
Color Harmonies of #5D2202
Complementary color
Monochromatic Colors of #5D2202
Black with #5D2202
Text Example
Text Example
White with #5D2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2202; }
p { color: rgb(93,34,2); }
H1.HeaderClassName
{
color: #5D2202;
}
.AnyTagClassName
{
color: #5D2202;
}
</style>
background-color css
<style>
a { background-color: #5D2202; }
a { background-color: rgb(93,34,2); }
div.DivClassName
{
background-color: #5D2202;
}
.BgClassName
{
background-color: #5D2202;
}
</style>
border-color css
<style>
span { border-color: #5D2202; }
span { border-color: rgb(93,34,2); }
td.TdClassName
{
border-color: #5D2202;
}
.TagClassName
{
border-color: #5D2202;
}
</style>