Shades of Baker's Chocolate #5A3B1B
Tints of Baker's Chocolate #5A3B1B
RGB
CMYK
RGB Variations
Color information
#5A3B1B (or 0x5A3B1B) is known color: Baker's Chocolate. HEX triplet: 5A, 3B and 1B. RGB value is (90,59,27). Sum of RGB (Red+Green+Blue) = 90+59+27=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B1B is #A5C4E4. Grayscale: #404040. Windows color (decimal): -10863845 or 1784666. OLE color: 1784666.
HSL color Cylindrical-coordinate representation of color #5A3B1B: hue angle of 30.48º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A3B1B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 27 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.65 |
| HSL | 30.48º | 0.54% | 0.23% | - |
| HSV(B) | 30.48º | 0.7% | 0.35% | - |
| XYZ | 5.98 | 5.38 | 1.76 | - |
| YUV | 64.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 27 | 0 | 0.34 | 0.70 | 0.65 | 30.48 | 0.54 | 0.23 |
| Hex | 5A | 3B | 1B | 0 | 22 | 46 | 41 | 1E | 36 | 17 |
| Octal | 132 | 73 | 33 | 0 | 42 | 106 | 101 | 36 | 66 | 27 |
| Binary | 1011010 | 111011 | 11011 | 0 | 100010 | 1000110 | 1000001 | 11110 | 110110 | 10111 |
Color Harmonies of #5A3B1B
Complementary color
Monochromatic Colors of #5A3B1B
Black with #5A3B1B
Text Example
Text Example
White with #5A3B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B1B; }
p { color: rgb(90,59,27); }
H1.HeaderClassName
{
color: #5A3B1B;
}
.AnyTagClassName
{
color: #5A3B1B;
}
</style>
background-color css
<style>
a { background-color: #5A3B1B; }
a { background-color: rgb(90,59,27); }
div.DivClassName
{
background-color: #5A3B1B;
}
.BgClassName
{
background-color: #5A3B1B;
}
</style>
border-color css
<style>
span { border-color: #5A3B1B; }
span { border-color: rgb(90,59,27); }
td.TdClassName
{
border-color: #5A3B1B;
}
.TagClassName
{
border-color: #5A3B1B;
}
</style>