Shades of Baker's Chocolate #5C301A
Tints of Baker's Chocolate #5C301A
RGB
CMYK
RGB Variations
Color information
#5C301A (or 0x5C301A) is known color: Baker's Chocolate. HEX triplet: 5C, 30 and 1A. RGB value is (92,48,26). Sum of RGB (Red+Green+Blue) = 92+48+26=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C301A is #A3CFE5. Grayscale: #3A3A3A. Windows color (decimal): -10735590 or 1716316. OLE color: 1716316.
HSL color Cylindrical-coordinate representation of color #5C301A: hue angle of 20º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C301A is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 48 | 26 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.64 |
| HSL | 20º | 0.56% | 0.23% | - |
| HSV(B) | 20º | 0.72% | 0.36% | - |
| XYZ | 5.66 | 4.46 | 1.54 | - |
| YUV | 58.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 26 | 0 | 0.48 | 0.72 | 0.64 | 20 | 0.56 | 0.23 |
| Hex | 5C | 30 | 1A | 0 | 30 | 48 | 40 | 14 | 38 | 17 |
| Octal | 134 | 60 | 32 | 0 | 60 | 110 | 100 | 24 | 70 | 27 |
| Binary | 1011100 | 110000 | 11010 | 0 | 110000 | 1001000 | 1000000 | 10100 | 111000 | 10111 |
Color Harmonies of #5C301A
Complementary color
Monochromatic Colors of #5C301A
Black with #5C301A
Text Example
Text Example
White with #5C301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C301A; }
p { color: rgb(92,48,26); }
H1.HeaderClassName
{
color: #5C301A;
}
.AnyTagClassName
{
color: #5C301A;
}
</style>
background-color css
<style>
a { background-color: #5C301A; }
a { background-color: rgb(92,48,26); }
div.DivClassName
{
background-color: #5C301A;
}
.BgClassName
{
background-color: #5C301A;
}
</style>
border-color css
<style>
span { border-color: #5C301A; }
span { border-color: rgb(92,48,26); }
td.TdClassName
{
border-color: #5C301A;
}
.TagClassName
{
border-color: #5C301A;
}
</style>