Shades of Baker's Chocolate #5D3812
Tints of Baker's Chocolate #5D3812
RGB
CMYK
RGB Variations
Color information
#5D3812 (or 0x5D3812) is known color: Baker's Chocolate. HEX triplet: 5D, 38 and 12. RGB value is (93,56,18). Sum of RGB (Red+Green+Blue) = 93+56+18=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3812 is #A2C7ED. Grayscale: #3E3E3E. Windows color (decimal): -10668014 or 1194077. OLE color: 1194077.
HSL color Cylindrical-coordinate representation of color #5D3812: hue angle of 30.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D3812 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 18 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.64 |
| HSL | 30.4º | 0.68% | 0.22% | - |
| HSV(B) | 30.4º | 0.81% | 0.36% | - |
| XYZ | 6.04 | 5.2 | 1.26 | - |
| YUV | 62.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 18 | 0 | 0.40 | 0.81 | 0.64 | 30.4 | 0.68 | 0.22 |
| Hex | 5D | 38 | 12 | 0 | 28 | 51 | 40 | 1E | 44 | 16 |
| Octal | 135 | 70 | 22 | 0 | 50 | 121 | 100 | 36 | 104 | 26 |
| Binary | 1011101 | 111000 | 10010 | 0 | 101000 | 1010001 | 1000000 | 11110 | 1000100 | 10110 |
Color Harmonies of #5D3812
Complementary color
Monochromatic Colors of #5D3812
Black with #5D3812
Text Example
Text Example
White with #5D3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3812; }
p { color: rgb(93,56,18); }
H1.HeaderClassName
{
color: #5D3812;
}
.AnyTagClassName
{
color: #5D3812;
}
</style>
background-color css
<style>
a { background-color: #5D3812; }
a { background-color: rgb(93,56,18); }
div.DivClassName
{
background-color: #5D3812;
}
.BgClassName
{
background-color: #5D3812;
}
</style>
border-color css
<style>
span { border-color: #5D3812; }
span { border-color: rgb(93,56,18); }
td.TdClassName
{
border-color: #5D3812;
}
.TagClassName
{
border-color: #5D3812;
}
</style>