Shades of Baker's Chocolate #5A3213
Tints of Baker's Chocolate #5A3213
RGB
CMYK
RGB Variations
Color information
#5A3213 (or 0x5A3213) is known color: Baker's Chocolate. HEX triplet: 5A, 32 and 13. RGB value is (90,50,19). Sum of RGB (Red+Green+Blue) = 90+50+19=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3213 is #A5CDEC. Grayscale: #3A3A3A. Windows color (decimal): -10866157 or 1258074. OLE color: 1258074.
HSL color Cylindrical-coordinate representation of color #5A3213: hue angle of 26.2º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A3213 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 50 | 19 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.65 |
| HSL | 26.2º | 0.65% | 0.21% | - |
| HSV(B) | 26.2º | 0.79% | 0.35% | - |
| XYZ | 5.47 | 4.5 | 1.2 | - |
| YUV | 58.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 19 | 0 | 0.44 | 0.79 | 0.65 | 26.2 | 0.65 | 0.21 |
| Hex | 5A | 32 | 13 | 0 | 2C | 4F | 41 | 1A | 41 | 15 |
| Octal | 132 | 62 | 23 | 0 | 54 | 117 | 101 | 32 | 101 | 25 |
| Binary | 1011010 | 110010 | 10011 | 0 | 101100 | 1001111 | 1000001 | 11010 | 1000001 | 10101 |
Color Harmonies of #5A3213
Complementary color
Monochromatic Colors of #5A3213
Black with #5A3213
Text Example
Text Example
White with #5A3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3213; }
p { color: rgb(90,50,19); }
H1.HeaderClassName
{
color: #5A3213;
}
.AnyTagClassName
{
color: #5A3213;
}
</style>
background-color css
<style>
a { background-color: #5A3213; }
a { background-color: rgb(90,50,19); }
div.DivClassName
{
background-color: #5A3213;
}
.BgClassName
{
background-color: #5A3213;
}
</style>
border-color css
<style>
span { border-color: #5A3213; }
span { border-color: rgb(90,50,19); }
td.TdClassName
{
border-color: #5A3213;
}
.TagClassName
{
border-color: #5A3213;
}
</style>