Shades of Baker's Chocolate #5D3401
Tints of Baker's Chocolate #5D3401
RGB
CMYK
RGB Variations
Color information
#5D3401 (or 0x5D3401) is known color: Baker's Chocolate. HEX triplet: 5D, 34 and 01. RGB value is (93,52,1). Sum of RGB (Red+Green+Blue) = 93+52+1=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3401 is #A2CBFE. Grayscale: #3A3A3A. Windows color (decimal): -10669055 or 78941. OLE color: 78941.
HSL color Cylindrical-coordinate representation of color #5D3401: hue angle of 33.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D3401 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.64 |
| HSL | 33.26º | 0.98% | 0.18% | - |
| HSV(B) | 33.26º | 0.99% | 0.36% | - |
| XYZ | 5.75 | 4.79 | 0.65 | - |
| YUV | 58.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 1 | 0 | 0.44 | 0.99 | 0.64 | 33.26 | 0.98 | 0.18 |
| Hex | 5D | 34 | 1 | 0 | 2C | 63 | 40 | 21 | 62 | 12 |
| Octal | 135 | 64 | 1 | 0 | 54 | 143 | 100 | 41 | 142 | 22 |
| Binary | 1011101 | 110100 | 1 | 0 | 101100 | 1100011 | 1000000 | 100001 | 1100010 | 10010 |
Color Harmonies of #5D3401
Complementary color
Monochromatic Colors of #5D3401
Black with #5D3401
Text Example
Text Example
White with #5D3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3401; }
p { color: rgb(93,52,1); }
H1.HeaderClassName
{
color: #5D3401;
}
.AnyTagClassName
{
color: #5D3401;
}
</style>
background-color css
<style>
a { background-color: #5D3401; }
a { background-color: rgb(93,52,1); }
div.DivClassName
{
background-color: #5D3401;
}
.BgClassName
{
background-color: #5D3401;
}
</style>
border-color css
<style>
span { border-color: #5D3401; }
span { border-color: rgb(93,52,1); }
td.TdClassName
{
border-color: #5D3401;
}
.TagClassName
{
border-color: #5D3401;
}
</style>