Shades of Baker's Chocolate #5D3A01
Tints of Baker's Chocolate #5D3A01
RGB
CMYK
RGB Variations
Color information
#5D3A01 (or 0x5D3A01) is known color: Baker's Chocolate. HEX triplet: 5D, 3A and 01. RGB value is (93,58,1). Sum of RGB (Red+Green+Blue) = 93+58+1=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3A01 is #A2C5FE. Grayscale: #3E3E3E. Windows color (decimal): -10667519 or 80477. OLE color: 80477.
HSL color Cylindrical-coordinate representation of color #5D3A01: hue angle of 37.17º 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 #5D3A01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.64 |
| HSL | 37.17º | 0.98% | 0.18% | - |
| HSV(B) | 37.17º | 0.99% | 0.36% | - |
| XYZ | 6.03 | 5.36 | 0.74 | - |
| YUV | 61.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 1 | 0 | 0.38 | 0.99 | 0.64 | 37.17 | 0.98 | 0.18 |
| Hex | 5D | 3A | 1 | 0 | 26 | 63 | 40 | 25 | 62 | 12 |
| Octal | 135 | 72 | 1 | 0 | 46 | 143 | 100 | 45 | 142 | 22 |
| Binary | 1011101 | 111010 | 1 | 0 | 100110 | 1100011 | 1000000 | 100101 | 1100010 | 10010 |
Color Harmonies of #5D3A01
Complementary color
Monochromatic Colors of #5D3A01
Black with #5D3A01
Text Example
Text Example
White with #5D3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A01; }
p { color: rgb(93,58,1); }
H1.HeaderClassName
{
color: #5D3A01;
}
.AnyTagClassName
{
color: #5D3A01;
}
</style>
background-color css
<style>
a { background-color: #5D3A01; }
a { background-color: rgb(93,58,1); }
div.DivClassName
{
background-color: #5D3A01;
}
.BgClassName
{
background-color: #5D3A01;
}
</style>
border-color css
<style>
span { border-color: #5D3A01; }
span { border-color: rgb(93,58,1); }
td.TdClassName
{
border-color: #5D3A01;
}
.TagClassName
{
border-color: #5D3A01;
}
</style>