Shades of Baker's Chocolate #5A361B
Tints of Baker's Chocolate #5A361B
RGB
CMYK
RGB Variations
Color information
#5A361B (or 0x5A361B) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 1B. RGB value is (90,54,27). Sum of RGB (Red+Green+Blue) = 90+54+27=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A361B is #A5C9E4. Grayscale: #3D3D3D. Windows color (decimal): -10865125 or 1783386. OLE color: 1783386.
HSL color Cylindrical-coordinate representation of color #5A361B: hue angle of 25.71º 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 #5A361B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 27 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.65 |
| HSL | 25.71º | 0.54% | 0.23% | - |
| HSV(B) | 25.71º | 0.7% | 0.35% | - |
| XYZ | 5.73 | 4.89 | 1.68 | - |
| YUV | 61.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 27 | 0 | 0.40 | 0.70 | 0.65 | 25.71 | 0.54 | 0.23 |
| Hex | 5A | 36 | 1B | 0 | 28 | 46 | 41 | 1A | 36 | 17 |
| Octal | 132 | 66 | 33 | 0 | 50 | 106 | 101 | 32 | 66 | 27 |
| Binary | 1011010 | 110110 | 11011 | 0 | 101000 | 1000110 | 1000001 | 11010 | 110110 | 10111 |
Color Harmonies of #5A361B
Complementary color
Monochromatic Colors of #5A361B
Black with #5A361B
Text Example
Text Example
White with #5A361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A361B; }
p { color: rgb(90,54,27); }
H1.HeaderClassName
{
color: #5A361B;
}
.AnyTagClassName
{
color: #5A361B;
}
</style>
background-color css
<style>
a { background-color: #5A361B; }
a { background-color: rgb(90,54,27); }
div.DivClassName
{
background-color: #5A361B;
}
.BgClassName
{
background-color: #5A361B;
}
</style>
border-color css
<style>
span { border-color: #5A361B; }
span { border-color: rgb(90,54,27); }
td.TdClassName
{
border-color: #5A361B;
}
.TagClassName
{
border-color: #5A361B;
}
</style>