Shades of Baker's Chocolate #5A3615
Tints of Baker's Chocolate #5A3615
RGB
CMYK
RGB Variations
Color information
#5A3615 (or 0x5A3615) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 15. RGB value is (90,54,21). Sum of RGB (Red+Green+Blue) = 90+54+21=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3615 is #A5C9EA. Grayscale: #3D3D3D. Windows color (decimal): -10865131 or 1390170. OLE color: 1390170.
HSL color Cylindrical-coordinate representation of color #5A3615: hue angle of 28.7º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A3615 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 21 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.65 |
| HSL | 28.7º | 0.62% | 0.22% | - |
| HSV(B) | 28.7º | 0.77% | 0.35% | - |
| XYZ | 5.67 | 4.87 | 1.35 | - |
| YUV | 61 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 21 | 0 | 0.40 | 0.77 | 0.65 | 28.7 | 0.62 | 0.22 |
| Hex | 5A | 36 | 15 | 0 | 28 | 4D | 41 | 1D | 3E | 16 |
| Octal | 132 | 66 | 25 | 0 | 50 | 115 | 101 | 35 | 76 | 26 |
| Binary | 1011010 | 110110 | 10101 | 0 | 101000 | 1001101 | 1000001 | 11101 | 111110 | 10110 |
Color Harmonies of #5A3615
Complementary color
Monochromatic Colors of #5A3615
Black with #5A3615
Text Example
Text Example
White with #5A3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3615; }
p { color: rgb(90,54,21); }
H1.HeaderClassName
{
color: #5A3615;
}
.AnyTagClassName
{
color: #5A3615;
}
</style>
background-color css
<style>
a { background-color: #5A3615; }
a { background-color: rgb(90,54,21); }
div.DivClassName
{
background-color: #5A3615;
}
.BgClassName
{
background-color: #5A3615;
}
</style>
border-color css
<style>
span { border-color: #5A3615; }
span { border-color: rgb(90,54,21); }
td.TdClassName
{
border-color: #5A3615;
}
.TagClassName
{
border-color: #5A3615;
}
</style>