Shades of Baker's Chocolate #5A3414
Tints of Baker's Chocolate #5A3414
RGB
CMYK
RGB Variations
Color information
#5A3414 (or 0x5A3414) is known color: Baker's Chocolate. HEX triplet: 5A, 34 and 14. RGB value is (90,52,20). Sum of RGB (Red+Green+Blue) = 90+52+20=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3414 is #A5CBEB. Grayscale: #3B3B3B. Windows color (decimal): -10865644 or 1324122. OLE color: 1324122.
HSL color Cylindrical-coordinate representation of color #5A3414: hue angle of 27.43º 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 #5A3414 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 20 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.65 |
| HSL | 27.43º | 0.64% | 0.22% | - |
| HSV(B) | 27.43º | 0.78% | 0.35% | - |
| XYZ | 5.57 | 4.68 | 1.27 | - |
| YUV | 59.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 20 | 0 | 0.42 | 0.78 | 0.65 | 27.43 | 0.64 | 0.22 |
| Hex | 5A | 34 | 14 | 0 | 2A | 4E | 41 | 1B | 40 | 16 |
| Octal | 132 | 64 | 24 | 0 | 52 | 116 | 101 | 33 | 100 | 26 |
| Binary | 1011010 | 110100 | 10100 | 0 | 101010 | 1001110 | 1000001 | 11011 | 1000000 | 10110 |
Color Harmonies of #5A3414
Complementary color
Monochromatic Colors of #5A3414
Black with #5A3414
Text Example
Text Example
White with #5A3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3414; }
p { color: rgb(90,52,20); }
H1.HeaderClassName
{
color: #5A3414;
}
.AnyTagClassName
{
color: #5A3414;
}
</style>
background-color css
<style>
a { background-color: #5A3414; }
a { background-color: rgb(90,52,20); }
div.DivClassName
{
background-color: #5A3414;
}
.BgClassName
{
background-color: #5A3414;
}
</style>
border-color css
<style>
span { border-color: #5A3414; }
span { border-color: rgb(90,52,20); }
td.TdClassName
{
border-color: #5A3414;
}
.TagClassName
{
border-color: #5A3414;
}
</style>