Shades of Baker's Chocolate #5C320F
Tints of Baker's Chocolate #5C320F
RGB
CMYK
RGB Variations
Color information
#5C320F (or 0x5C320F) is known color: Baker's Chocolate. HEX triplet: 5C, 32 and 0F. RGB value is (92,50,15). Sum of RGB (Red+Green+Blue) = 92+50+15=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C320F is #A3CDF0. Grayscale: #3A3A3A. Windows color (decimal): -10735089 or 995932. OLE color: 995932.
HSL color Cylindrical-coordinate representation of color #5C320F: hue angle of 27.27º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C320F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 15 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.64 |
| HSL | 27.27º | 0.72% | 0.21% | - |
| HSV(B) | 27.27º | 0.84% | 0.36% | - |
| XYZ | 5.64 | 4.59 | 1.04 | - |
| YUV | 58.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 15 | 0 | 0.46 | 0.84 | 0.64 | 27.27 | 0.72 | 0.21 |
| Hex | 5C | 32 | F | 0 | 2E | 54 | 40 | 1B | 48 | 15 |
| Octal | 134 | 62 | 17 | 0 | 56 | 124 | 100 | 33 | 110 | 25 |
| Binary | 1011100 | 110010 | 1111 | 0 | 101110 | 1010100 | 1000000 | 11011 | 1001000 | 10101 |
Color Harmonies of #5C320F
Complementary color
Monochromatic Colors of #5C320F
Black with #5C320F
Text Example
Text Example
White with #5C320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C320F; }
p { color: rgb(92,50,15); }
H1.HeaderClassName
{
color: #5C320F;
}
.AnyTagClassName
{
color: #5C320F;
}
</style>
background-color css
<style>
a { background-color: #5C320F; }
a { background-color: rgb(92,50,15); }
div.DivClassName
{
background-color: #5C320F;
}
.BgClassName
{
background-color: #5C320F;
}
</style>
border-color css
<style>
span { border-color: #5C320F; }
span { border-color: rgb(92,50,15); }
td.TdClassName
{
border-color: #5C320F;
}
.TagClassName
{
border-color: #5C320F;
}
</style>