Shades of Baker's Chocolate #5A3016
Tints of Baker's Chocolate #5A3016
RGB
CMYK
RGB Variations
Color information
#5A3016 (or 0x5A3016) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 16. RGB value is (90,48,22). Sum of RGB (Red+Green+Blue) = 90+48+22=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3016 is #A5CFE9. Grayscale: #393939. Windows color (decimal): -10866666 or 1454170. OLE color: 1454170.
HSL color Cylindrical-coordinate representation of color #5A3016: hue angle of 22.94º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A3016 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 48 | 22 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.65 |
| HSL | 22.94º | 0.61% | 0.22% | - |
| HSV(B) | 22.94º | 0.76% | 0.35% | - |
| XYZ | 5.42 | 4.35 | 1.31 | - |
| YUV | 57.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 22 | 0 | 0.47 | 0.76 | 0.65 | 22.94 | 0.61 | 0.22 |
| Hex | 5A | 30 | 16 | 0 | 2F | 4C | 41 | 17 | 3D | 16 |
| Octal | 132 | 60 | 26 | 0 | 57 | 114 | 101 | 27 | 75 | 26 |
| Binary | 1011010 | 110000 | 10110 | 0 | 101111 | 1001100 | 1000001 | 10111 | 111101 | 10110 |
Color Harmonies of #5A3016
Complementary color
Monochromatic Colors of #5A3016
Black with #5A3016
Text Example
Text Example
White with #5A3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3016; }
p { color: rgb(90,48,22); }
H1.HeaderClassName
{
color: #5A3016;
}
.AnyTagClassName
{
color: #5A3016;
}
</style>
background-color css
<style>
a { background-color: #5A3016; }
a { background-color: rgb(90,48,22); }
div.DivClassName
{
background-color: #5A3016;
}
.BgClassName
{
background-color: #5A3016;
}
</style>
border-color css
<style>
span { border-color: #5A3016; }
span { border-color: rgb(90,48,22); }
td.TdClassName
{
border-color: #5A3016;
}
.TagClassName
{
border-color: #5A3016;
}
</style>