Shades of Baker's Chocolate #5C390D
Tints of Baker's Chocolate #5C390D
RGB
CMYK
RGB Variations
Color information
#5C390D (or 0x5C390D) is known color: Baker's Chocolate. HEX triplet: 5C, 39 and 0D. RGB value is (92,57,13). Sum of RGB (Red+Green+Blue) = 92+57+13=162 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.79% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 92 - color contains mainly: red. Hex color #5C390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C390D is #A3C6F2. Grayscale: #3E3E3E. Windows color (decimal): -10733299 or 866652. OLE color: 866652.
HSL color Cylindrical-coordinate representation of color #5C390D: hue angle of 33.42º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C390D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 57 | 13 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.64 |
| HSL | 33.42º | 0.75% | 0.21% | - |
| HSV(B) | 33.42º | 0.86% | 0.36% | - |
| XYZ | 5.95 | 5.23 | 1.08 | - |
| YUV | 62.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 13 | 0 | 0.38 | 0.86 | 0.64 | 33.42 | 0.75 | 0.21 |
| Hex | 5C | 39 | D | 0 | 26 | 56 | 40 | 21 | 4B | 15 |
| Octal | 134 | 71 | 15 | 0 | 46 | 126 | 100 | 41 | 113 | 25 |
| Binary | 1011100 | 111001 | 1101 | 0 | 100110 | 1010110 | 1000000 | 100001 | 1001011 | 10101 |
Color Harmonies of #5C390D
Complementary color
Monochromatic Colors of #5C390D
Black with #5C390D
Text Example
Text Example
White with #5C390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C390D; }
p { color: rgb(92,57,13); }
H1.HeaderClassName
{
color: #5C390D;
}
.AnyTagClassName
{
color: #5C390D;
}
</style>
background-color css
<style>
a { background-color: #5C390D; }
a { background-color: rgb(92,57,13); }
div.DivClassName
{
background-color: #5C390D;
}
.BgClassName
{
background-color: #5C390D;
}
</style>
border-color css
<style>
span { border-color: #5C390D; }
span { border-color: rgb(92,57,13); }
td.TdClassName
{
border-color: #5C390D;
}
.TagClassName
{
border-color: #5C390D;
}
</style>