Shades of Baker's Chocolate #5A371D
Tints of Baker's Chocolate #5A371D
RGB
CMYK
RGB Variations
Color information
#5A371D (or 0x5A371D) is known color: Baker's Chocolate. HEX triplet: 5A, 37 and 1D. RGB value is (90,55,29). Sum of RGB (Red+Green+Blue) = 90+55+29=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A371D is #A5C8E2. Grayscale: #3E3E3E. Windows color (decimal): -10864867 or 1914714. OLE color: 1914714.
HSL color Cylindrical-coordinate representation of color #5A371D: hue angle of 25.57º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A371D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 29 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.65 |
| HSL | 25.57º | 0.51% | 0.23% | - |
| HSV(B) | 25.57º | 0.68% | 0.35% | - |
| XYZ | 5.8 | 4.99 | 1.82 | - |
| YUV | 62.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 29 | 0 | 0.39 | 0.68 | 0.65 | 25.57 | 0.51 | 0.23 |
| Hex | 5A | 37 | 1D | 0 | 27 | 44 | 41 | 1A | 33 | 17 |
| Octal | 132 | 67 | 35 | 0 | 47 | 104 | 101 | 32 | 63 | 27 |
| Binary | 1011010 | 110111 | 11101 | 0 | 100111 | 1000100 | 1000001 | 11010 | 110011 | 10111 |
Color Harmonies of #5A371D
Complementary color
Monochromatic Colors of #5A371D
Black with #5A371D
Text Example
Text Example
White with #5A371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A371D; }
p { color: rgb(90,55,29); }
H1.HeaderClassName
{
color: #5A371D;
}
.AnyTagClassName
{
color: #5A371D;
}
</style>
background-color css
<style>
a { background-color: #5A371D; }
a { background-color: rgb(90,55,29); }
div.DivClassName
{
background-color: #5A371D;
}
.BgClassName
{
background-color: #5A371D;
}
</style>
border-color css
<style>
span { border-color: #5A371D; }
span { border-color: rgb(90,55,29); }
td.TdClassName
{
border-color: #5A371D;
}
.TagClassName
{
border-color: #5A371D;
}
</style>