Shades of Baker's Chocolate #5A321D
Tints of Baker's Chocolate #5A321D
RGB
CMYK
RGB Variations
Color information
#5A321D (or 0x5A321D) is known color: Baker's Chocolate. HEX triplet: 5A, 32 and 1D. RGB value is (90,50,29). Sum of RGB (Red+Green+Blue) = 90+50+29=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A321D is #A5CDE2. Grayscale: #3B3B3B. Windows color (decimal): -10866147 or 1913434. OLE color: 1913434.
HSL color Cylindrical-coordinate representation of color #5A321D: hue angle of 20.66º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A321D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 50 | 29 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.65 |
| HSL | 20.66º | 0.51% | 0.23% | - |
| HSV(B) | 20.66º | 0.68% | 0.35% | - |
| XYZ | 5.58 | 4.54 | 1.75 | - |
| YUV | 59.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 29 | 0 | 0.44 | 0.68 | 0.65 | 20.66 | 0.51 | 0.23 |
| Hex | 5A | 32 | 1D | 0 | 2C | 44 | 41 | 15 | 33 | 17 |
| Octal | 132 | 62 | 35 | 0 | 54 | 104 | 101 | 25 | 63 | 27 |
| Binary | 1011010 | 110010 | 11101 | 0 | 101100 | 1000100 | 1000001 | 10101 | 110011 | 10111 |
Color Harmonies of #5A321D
Complementary color
Monochromatic Colors of #5A321D
Black with #5A321D
Text Example
Text Example
White with #5A321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A321D; }
p { color: rgb(90,50,29); }
H1.HeaderClassName
{
color: #5A321D;
}
.AnyTagClassName
{
color: #5A321D;
}
</style>
background-color css
<style>
a { background-color: #5A321D; }
a { background-color: rgb(90,50,29); }
div.DivClassName
{
background-color: #5A321D;
}
.BgClassName
{
background-color: #5A321D;
}
</style>
border-color css
<style>
span { border-color: #5A321D; }
span { border-color: rgb(90,50,29); }
td.TdClassName
{
border-color: #5A321D;
}
.TagClassName
{
border-color: #5A321D;
}
</style>