Shades of Baker's Chocolate #5A3315
Tints of Baker's Chocolate #5A3315
RGB
CMYK
RGB Variations
Color information
#5A3315 (or 0x5A3315) is known color: Baker's Chocolate. HEX triplet: 5A, 33 and 15. RGB value is (90,51,21). Sum of RGB (Red+Green+Blue) = 90+51+21=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3315 is #A5CCEA. Grayscale: #3B3B3B. Windows color (decimal): -10865899 or 1389402. OLE color: 1389402.
HSL color Cylindrical-coordinate representation of color #5A3315: hue angle of 26.09º 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 #5A3315 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 21 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.65 |
| HSL | 26.09º | 0.62% | 0.22% | - |
| HSV(B) | 26.09º | 0.77% | 0.35% | - |
| XYZ | 5.54 | 4.6 | 1.3 | - |
| YUV | 59.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 21 | 0 | 0.43 | 0.77 | 0.65 | 26.09 | 0.62 | 0.22 |
| Hex | 5A | 33 | 15 | 0 | 2B | 4D | 41 | 1A | 3E | 16 |
| Octal | 132 | 63 | 25 | 0 | 53 | 115 | 101 | 32 | 76 | 26 |
| Binary | 1011010 | 110011 | 10101 | 0 | 101011 | 1001101 | 1000001 | 11010 | 111110 | 10110 |
Color Harmonies of #5A3315
Complementary color
Monochromatic Colors of #5A3315
Black with #5A3315
Text Example
Text Example
White with #5A3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3315; }
p { color: rgb(90,51,21); }
H1.HeaderClassName
{
color: #5A3315;
}
.AnyTagClassName
{
color: #5A3315;
}
</style>
background-color css
<style>
a { background-color: #5A3315; }
a { background-color: rgb(90,51,21); }
div.DivClassName
{
background-color: #5A3315;
}
.BgClassName
{
background-color: #5A3315;
}
</style>
border-color css
<style>
span { border-color: #5A3315; }
span { border-color: rgb(90,51,21); }
td.TdClassName
{
border-color: #5A3315;
}
.TagClassName
{
border-color: #5A3315;
}
</style>