Shades of Baker's Chocolate #5C331D
Tints of Baker's Chocolate #5C331D
RGB
CMYK
RGB Variations
Color information
#5C331D (or 0x5C331D) is known color: Baker's Chocolate. HEX triplet: 5C, 33 and 1D. RGB value is (92,51,29). Sum of RGB (Red+Green+Blue) = 92+51+29=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C331D is #A3CCE2. Grayscale: #3C3C3C. Windows color (decimal): -10734819 or 1913692. OLE color: 1913692.
HSL color Cylindrical-coordinate representation of color #5C331D: hue angle of 20.95º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C331D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 51 | 29 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.64 |
| HSL | 20.95º | 0.52% | 0.24% | - |
| HSV(B) | 20.95º | 0.68% | 0.36% | - |
| XYZ | 5.82 | 4.73 | 1.77 | - |
| YUV | 60.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 29 | 0 | 0.45 | 0.68 | 0.64 | 20.95 | 0.52 | 0.24 |
| Hex | 5C | 33 | 1D | 0 | 2D | 44 | 40 | 15 | 34 | 18 |
| Octal | 134 | 63 | 35 | 0 | 55 | 104 | 100 | 25 | 64 | 30 |
| Binary | 1011100 | 110011 | 11101 | 0 | 101101 | 1000100 | 1000000 | 10101 | 110100 | 11000 |
Color Harmonies of #5C331D
Complementary color
Monochromatic Colors of #5C331D
Black with #5C331D
Text Example
Text Example
White with #5C331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C331D; }
p { color: rgb(92,51,29); }
H1.HeaderClassName
{
color: #5C331D;
}
.AnyTagClassName
{
color: #5C331D;
}
</style>
background-color css
<style>
a { background-color: #5C331D; }
a { background-color: rgb(92,51,29); }
div.DivClassName
{
background-color: #5C331D;
}
.BgClassName
{
background-color: #5C331D;
}
</style>
border-color css
<style>
span { border-color: #5C331D; }
span { border-color: rgb(92,51,29); }
td.TdClassName
{
border-color: #5C331D;
}
.TagClassName
{
border-color: #5C331D;
}
</style>