Shades of Baker's Chocolate #5A400B
Tints of Baker's Chocolate #5A400B
RGB
CMYK
RGB Variations
Color information
#5A400B (or 0x5A400B) is known color: Baker's Chocolate. HEX triplet: 5A, 40 and 0B. RGB value is (90,64,11). Sum of RGB (Red+Green+Blue) = 90+64+11=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A400B is #A5BFF4. Grayscale: #414141. Windows color (decimal): -10862581 or 737370. OLE color: 737370.
HSL color Cylindrical-coordinate representation of color #5A400B: hue angle of 40.25º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A400B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 11 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.65 |
| HSL | 40.25º | 0.78% | 0.2% | - |
| HSV(B) | 40.25º | 0.88% | 0.35% | - |
| XYZ | 6.11 | 5.86 | 1.13 | - |
| YUV | 65.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 11 | 0 | 0.29 | 0.88 | 0.65 | 40.25 | 0.78 | 0.2 |
| Hex | 5A | 40 | B | 0 | 1D | 58 | 41 | 28 | 4E | 14 |
| Octal | 132 | 100 | 13 | 0 | 35 | 130 | 101 | 50 | 116 | 24 |
| Binary | 1011010 | 1000000 | 1011 | 0 | 11101 | 1011000 | 1000001 | 101000 | 1001110 | 10100 |
Color Harmonies of #5A400B
Complementary color
Monochromatic Colors of #5A400B
Black with #5A400B
Text Example
Text Example
White with #5A400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A400B; }
p { color: rgb(90,64,11); }
H1.HeaderClassName
{
color: #5A400B;
}
.AnyTagClassName
{
color: #5A400B;
}
</style>
background-color css
<style>
a { background-color: #5A400B; }
a { background-color: rgb(90,64,11); }
div.DivClassName
{
background-color: #5A400B;
}
.BgClassName
{
background-color: #5A400B;
}
</style>
border-color css
<style>
span { border-color: #5A400B; }
span { border-color: rgb(90,64,11); }
td.TdClassName
{
border-color: #5A400B;
}
.TagClassName
{
border-color: #5A400B;
}
</style>