Shades of Baker's Chocolate #5A360D
Tints of Baker's Chocolate #5A360D
RGB
CMYK
RGB Variations
Color information
#5A360D (or 0x5A360D) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 0D. RGB value is (90,54,13). Sum of RGB (Red+Green+Blue) = 90+54+13=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A360D is #A5C9F2. Grayscale: #3C3C3C. Windows color (decimal): -10865139 or 865882. OLE color: 865882.
HSL color Cylindrical-coordinate representation of color #5A360D: hue angle of 31.95º 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 #5A360D is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 13 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.65 |
| HSL | 31.95º | 0.75% | 0.2% | - |
| HSV(B) | 31.95º | 0.86% | 0.35% | - |
| XYZ | 5.61 | 4.84 | 1.02 | - |
| YUV | 60.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 13 | 0 | 0.40 | 0.86 | 0.65 | 31.95 | 0.75 | 0.2 |
| Hex | 5A | 36 | D | 0 | 28 | 56 | 41 | 20 | 4B | 14 |
| Octal | 132 | 66 | 15 | 0 | 50 | 126 | 101 | 40 | 113 | 24 |
| Binary | 1011010 | 110110 | 1101 | 0 | 101000 | 1010110 | 1000001 | 100000 | 1001011 | 10100 |
Color Harmonies of #5A360D
Complementary color
Monochromatic Colors of #5A360D
Black with #5A360D
Text Example
Text Example
White with #5A360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A360D; }
p { color: rgb(90,54,13); }
H1.HeaderClassName
{
color: #5A360D;
}
.AnyTagClassName
{
color: #5A360D;
}
</style>
background-color css
<style>
a { background-color: #5A360D; }
a { background-color: rgb(90,54,13); }
div.DivClassName
{
background-color: #5A360D;
}
.BgClassName
{
background-color: #5A360D;
}
</style>
border-color css
<style>
span { border-color: #5A360D; }
span { border-color: rgb(90,54,13); }
td.TdClassName
{
border-color: #5A360D;
}
.TagClassName
{
border-color: #5A360D;
}
</style>