Shades of Baker's Chocolate #5A3214
Tints of Baker's Chocolate #5A3214
RGB
CMYK
RGB Variations
Color information
#5A3214 (or 0x5A3214) is known color: Baker's Chocolate. HEX triplet: 5A, 32 and 14. RGB value is (90,50,20). Sum of RGB (Red+Green+Blue) = 90+50+20=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3214 is #A5CDEB. Grayscale: #3A3A3A. Windows color (decimal): -10866156 or 1323610. OLE color: 1323610.
HSL color Cylindrical-coordinate representation of color #5A3214: hue angle of 25.71º 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 #5A3214 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 50 | 20 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.65 |
| HSL | 25.71º | 0.64% | 0.22% | - |
| HSV(B) | 25.71º | 0.78% | 0.35% | - |
| XYZ | 5.48 | 4.51 | 1.24 | - |
| YUV | 58.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 20 | 0 | 0.44 | 0.78 | 0.65 | 25.71 | 0.64 | 0.22 |
| Hex | 5A | 32 | 14 | 0 | 2C | 4E | 41 | 1A | 40 | 16 |
| Octal | 132 | 62 | 24 | 0 | 54 | 116 | 101 | 32 | 100 | 26 |
| Binary | 1011010 | 110010 | 10100 | 0 | 101100 | 1001110 | 1000001 | 11010 | 1000000 | 10110 |
Color Harmonies of #5A3214
Complementary color
Monochromatic Colors of #5A3214
Black with #5A3214
Text Example
Text Example
White with #5A3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3214; }
p { color: rgb(90,50,20); }
H1.HeaderClassName
{
color: #5A3214;
}
.AnyTagClassName
{
color: #5A3214;
}
</style>
background-color css
<style>
a { background-color: #5A3214; }
a { background-color: rgb(90,50,20); }
div.DivClassName
{
background-color: #5A3214;
}
.BgClassName
{
background-color: #5A3214;
}
</style>
border-color css
<style>
span { border-color: #5A3214; }
span { border-color: rgb(90,50,20); }
td.TdClassName
{
border-color: #5A3214;
}
.TagClassName
{
border-color: #5A3214;
}
</style>