Shades of Baker's Chocolate #5A390D
Tints of Baker's Chocolate #5A390D
RGB
CMYK
RGB Variations
Color information
#5A390D (or 0x5A390D) is known color: Baker's Chocolate. HEX triplet: 5A, 39 and 0D. RGB value is (90,57,13). Sum of RGB (Red+Green+Blue) = 90+57+13=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A390D is #A5C6F2. Grayscale: #3E3E3E. Windows color (decimal): -10864371 or 866650. OLE color: 866650.
HSL color Cylindrical-coordinate representation of color #5A390D: hue angle of 34.29º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A390D is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 13 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.65 |
| HSL | 34.29º | 0.75% | 0.2% | - |
| HSV(B) | 34.29º | 0.86% | 0.35% | - |
| XYZ | 5.75 | 5.13 | 1.07 | - |
| YUV | 61.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 13 | 0 | 0.37 | 0.86 | 0.65 | 34.29 | 0.75 | 0.2 |
| Hex | 5A | 39 | D | 0 | 25 | 56 | 41 | 22 | 4B | 14 |
| Octal | 132 | 71 | 15 | 0 | 45 | 126 | 101 | 42 | 113 | 24 |
| Binary | 1011010 | 111001 | 1101 | 0 | 100101 | 1010110 | 1000001 | 100010 | 1001011 | 10100 |
Color Harmonies of #5A390D
Complementary color
Monochromatic Colors of #5A390D
Black with #5A390D
Text Example
Text Example
White with #5A390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A390D; }
p { color: rgb(90,57,13); }
H1.HeaderClassName
{
color: #5A390D;
}
.AnyTagClassName
{
color: #5A390D;
}
</style>
background-color css
<style>
a { background-color: #5A390D; }
a { background-color: rgb(90,57,13); }
div.DivClassName
{
background-color: #5A390D;
}
.BgClassName
{
background-color: #5A390D;
}
</style>
border-color css
<style>
span { border-color: #5A390D; }
span { border-color: rgb(90,57,13); }
td.TdClassName
{
border-color: #5A390D;
}
.TagClassName
{
border-color: #5A390D;
}
</style>