Shades of Baker's Chocolate #5C3A19
Tints of Baker's Chocolate #5C3A19
RGB
CMYK
RGB Variations
Color information
#5C3A19 (or 0x5C3A19) is known color: Baker's Chocolate. HEX triplet: 5C, 3A and 19. RGB value is (92,58,25). Sum of RGB (Red+Green+Blue) = 92+58+25=175 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3A19 is #A3C5E6. Grayscale: #404040. Windows color (decimal): -10733031 or 1653340. OLE color: 1653340.
HSL color Cylindrical-coordinate representation of color #5C3A19: hue angle of 29.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C3A19 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 58 | 25 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.64 |
| HSL | 29.55º | 0.57% | 0.23% | - |
| HSV(B) | 29.55º | 0.73% | 0.36% | - |
| XYZ | 6.1 | 5.37 | 1.63 | - |
| YUV | 64.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 25 | 0 | 0.37 | 0.73 | 0.64 | 29.55 | 0.57 | 0.23 |
| Hex | 5C | 3A | 19 | 0 | 25 | 49 | 40 | 1E | 39 | 17 |
| Octal | 134 | 72 | 31 | 0 | 45 | 111 | 100 | 36 | 71 | 27 |
| Binary | 1011100 | 111010 | 11001 | 0 | 100101 | 1001001 | 1000000 | 11110 | 111001 | 10111 |
Color Harmonies of #5C3A19
Complementary color
Monochromatic Colors of #5C3A19
Black with #5C3A19
Text Example
Text Example
White with #5C3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3A19; }
p { color: rgb(92,58,25); }
H1.HeaderClassName
{
color: #5C3A19;
}
.AnyTagClassName
{
color: #5C3A19;
}
</style>
background-color css
<style>
a { background-color: #5C3A19; }
a { background-color: rgb(92,58,25); }
div.DivClassName
{
background-color: #5C3A19;
}
.BgClassName
{
background-color: #5C3A19;
}
</style>
border-color css
<style>
span { border-color: #5C3A19; }
span { border-color: rgb(92,58,25); }
td.TdClassName
{
border-color: #5C3A19;
}
.TagClassName
{
border-color: #5C3A19;
}
</style>