Shades of Baker's Chocolate #5A3715
Tints of Baker's Chocolate #5A3715
RGB
CMYK
RGB Variations
Color information
#5A3715 (or 0x5A3715) is known color: Baker's Chocolate. HEX triplet: 5A, 37 and 15. RGB value is (90,55,21). Sum of RGB (Red+Green+Blue) = 90+55+21=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3715 is #A5C8EA. Grayscale: #3D3D3D. Windows color (decimal): -10864875 or 1390426. OLE color: 1390426.
HSL color Cylindrical-coordinate representation of color #5A3715: hue angle of 29.57º 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 #5A3715 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 21 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.65 |
| HSL | 29.57º | 0.62% | 0.22% | - |
| HSV(B) | 29.57º | 0.77% | 0.35% | - |
| XYZ | 5.72 | 4.96 | 1.37 | - |
| YUV | 61.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 21 | 0 | 0.39 | 0.77 | 0.65 | 29.57 | 0.62 | 0.22 |
| Hex | 5A | 37 | 15 | 0 | 27 | 4D | 41 | 1E | 3E | 16 |
| Octal | 132 | 67 | 25 | 0 | 47 | 115 | 101 | 36 | 76 | 26 |
| Binary | 1011010 | 110111 | 10101 | 0 | 100111 | 1001101 | 1000001 | 11110 | 111110 | 10110 |
Color Harmonies of #5A3715
Complementary color
Monochromatic Colors of #5A3715
Black with #5A3715
Text Example
Text Example
White with #5A3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3715; }
p { color: rgb(90,55,21); }
H1.HeaderClassName
{
color: #5A3715;
}
.AnyTagClassName
{
color: #5A3715;
}
</style>
background-color css
<style>
a { background-color: #5A3715; }
a { background-color: rgb(90,55,21); }
div.DivClassName
{
background-color: #5A3715;
}
.BgClassName
{
background-color: #5A3715;
}
</style>
border-color css
<style>
span { border-color: #5A3715; }
span { border-color: rgb(90,55,21); }
td.TdClassName
{
border-color: #5A3715;
}
.TagClassName
{
border-color: #5A3715;
}
</style>