Shades of Baker's Chocolate #5C250E
Tints of Baker's Chocolate #5C250E
RGB
CMYK
RGB Variations
Color information
#5C250E (or 0x5C250E) is known color: Baker's Chocolate. HEX triplet: 5C, 25 and 0E. RGB value is (92,37,14). Sum of RGB (Red+Green+Blue) = 92+37+14=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C250E is #A3DAF1. Grayscale: #323232. Windows color (decimal): -10738418 or 927068. OLE color: 927068.
HSL color Cylindrical-coordinate representation of color #5C250E: hue angle of 17.69º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C250E is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 37 | 14 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.64 |
| HSL | 17.69º | 0.74% | 0.21% | - |
| HSV(B) | 17.69º | 0.85% | 0.36% | - |
| XYZ | 5.15 | 3.63 | 0.84 | - |
| YUV | 50.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 14 | 0 | 0.60 | 0.85 | 0.64 | 17.69 | 0.74 | 0.21 |
| Hex | 5C | 25 | E | 0 | 3C | 55 | 40 | 12 | 4A | 15 |
| Octal | 134 | 45 | 16 | 0 | 74 | 125 | 100 | 22 | 112 | 25 |
| Binary | 1011100 | 100101 | 1110 | 0 | 111100 | 1010101 | 1000000 | 10010 | 1001010 | 10101 |
Color Harmonies of #5C250E
Complementary color
Monochromatic Colors of #5C250E
Black with #5C250E
Text Example
Text Example
White with #5C250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C250E; }
p { color: rgb(92,37,14); }
H1.HeaderClassName
{
color: #5C250E;
}
.AnyTagClassName
{
color: #5C250E;
}
</style>
background-color css
<style>
a { background-color: #5C250E; }
a { background-color: rgb(92,37,14); }
div.DivClassName
{
background-color: #5C250E;
}
.BgClassName
{
background-color: #5C250E;
}
</style>
border-color css
<style>
span { border-color: #5C250E; }
span { border-color: rgb(92,37,14); }
td.TdClassName
{
border-color: #5C250E;
}
.TagClassName
{
border-color: #5C250E;
}
</style>