Shades of Baker's Chocolate #5A3C14
Tints of Baker's Chocolate #5A3C14
RGB
CMYK
RGB Variations
Color information
#5A3C14 (or 0x5A3C14) is known color: Baker's Chocolate. HEX triplet: 5A, 3C and 14. RGB value is (90,60,20). Sum of RGB (Red+Green+Blue) = 90+60+20=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3C14 is #A5C3EB. Grayscale: #404040. Windows color (decimal): -10863596 or 1326170. OLE color: 1326170.
HSL color Cylindrical-coordinate representation of color #5A3C14: hue angle of 34.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A3C14 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 60 | 20 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.65 |
| HSL | 34.29º | 0.64% | 0.22% | - |
| HSV(B) | 34.29º | 0.78% | 0.35% | - |
| XYZ | 5.96 | 5.46 | 1.4 | - |
| YUV | 64.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 20 | 0 | 0.33 | 0.78 | 0.65 | 34.29 | 0.64 | 0.22 |
| Hex | 5A | 3C | 14 | 0 | 21 | 4E | 41 | 22 | 40 | 16 |
| Octal | 132 | 74 | 24 | 0 | 41 | 116 | 101 | 42 | 100 | 26 |
| Binary | 1011010 | 111100 | 10100 | 0 | 100001 | 1001110 | 1000001 | 100010 | 1000000 | 10110 |
Color Harmonies of #5A3C14
Complementary color
Monochromatic Colors of #5A3C14
Black with #5A3C14
Text Example
Text Example
White with #5A3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C14; }
p { color: rgb(90,60,20); }
H1.HeaderClassName
{
color: #5A3C14;
}
.AnyTagClassName
{
color: #5A3C14;
}
</style>
background-color css
<style>
a { background-color: #5A3C14; }
a { background-color: rgb(90,60,20); }
div.DivClassName
{
background-color: #5A3C14;
}
.BgClassName
{
background-color: #5A3C14;
}
</style>
border-color css
<style>
span { border-color: #5A3C14; }
span { border-color: rgb(90,60,20); }
td.TdClassName
{
border-color: #5A3C14;
}
.TagClassName
{
border-color: #5A3C14;
}
</style>