Shades of Baker's Chocolate #5D3807
Tints of Baker's Chocolate #5D3807
RGB
CMYK
RGB Variations
Color information
#5D3807 (or 0x5D3807) is known color: Baker's Chocolate. HEX triplet: 5D, 38 and 07. RGB value is (93,56,7). Sum of RGB (Red+Green+Blue) = 93+56+7=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3807 is #A2C7F8. Grayscale: #3D3D3D. Windows color (decimal): -10668025 or 473181. OLE color: 473181.
HSL color Cylindrical-coordinate representation of color #5D3807: hue angle of 34.19º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D3807 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 7 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.64 |
| HSL | 34.19º | 0.86% | 0.2% | - |
| HSV(B) | 34.19º | 0.92% | 0.36% | - |
| XYZ | 5.97 | 5.17 | 0.88 | - |
| YUV | 61.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 7 | 0 | 0.40 | 0.92 | 0.64 | 34.19 | 0.86 | 0.2 |
| Hex | 5D | 38 | 7 | 0 | 28 | 5C | 40 | 22 | 56 | 14 |
| Octal | 135 | 70 | 7 | 0 | 50 | 134 | 100 | 42 | 126 | 24 |
| Binary | 1011101 | 111000 | 111 | 0 | 101000 | 1011100 | 1000000 | 100010 | 1010110 | 10100 |
Color Harmonies of #5D3807
Complementary color
Monochromatic Colors of #5D3807
Black with #5D3807
Text Example
Text Example
White with #5D3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3807; }
p { color: rgb(93,56,7); }
H1.HeaderClassName
{
color: #5D3807;
}
.AnyTagClassName
{
color: #5D3807;
}
</style>
background-color css
<style>
a { background-color: #5D3807; }
a { background-color: rgb(93,56,7); }
div.DivClassName
{
background-color: #5D3807;
}
.BgClassName
{
background-color: #5D3807;
}
</style>
border-color css
<style>
span { border-color: #5D3807; }
span { border-color: rgb(93,56,7); }
td.TdClassName
{
border-color: #5D3807;
}
.TagClassName
{
border-color: #5D3807;
}
</style>