Shades of Baker's Chocolate #5A380B
Tints of Baker's Chocolate #5A380B
RGB
CMYK
RGB Variations
Color information
#5A380B (or 0x5A380B) is known color: Baker's Chocolate. HEX triplet: 5A, 38 and 0B. RGB value is (90,56,11). Sum of RGB (Red+Green+Blue) = 90+56+11=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A380B is #A5C7F4. Grayscale: #3D3D3D. Windows color (decimal): -10864629 or 735322. OLE color: 735322.
HSL color Cylindrical-coordinate representation of color #5A380B: hue angle of 34.18º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A380B is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 11 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.65 |
| HSL | 34.18º | 0.78% | 0.2% | - |
| HSV(B) | 34.18º | 0.88% | 0.35% | - |
| XYZ | 5.69 | 5.03 | 0.99 | - |
| YUV | 61.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 11 | 0 | 0.38 | 0.88 | 0.65 | 34.18 | 0.78 | 0.2 |
| Hex | 5A | 38 | B | 0 | 26 | 58 | 41 | 22 | 4E | 14 |
| Octal | 132 | 70 | 13 | 0 | 46 | 130 | 101 | 42 | 116 | 24 |
| Binary | 1011010 | 111000 | 1011 | 0 | 100110 | 1011000 | 1000001 | 100010 | 1001110 | 10100 |
Color Harmonies of #5A380B
Complementary color
Monochromatic Colors of #5A380B
Black with #5A380B
Text Example
Text Example
White with #5A380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A380B; }
p { color: rgb(90,56,11); }
H1.HeaderClassName
{
color: #5A380B;
}
.AnyTagClassName
{
color: #5A380B;
}
</style>
background-color css
<style>
a { background-color: #5A380B; }
a { background-color: rgb(90,56,11); }
div.DivClassName
{
background-color: #5A380B;
}
.BgClassName
{
background-color: #5A380B;
}
</style>
border-color css
<style>
span { border-color: #5A380B; }
span { border-color: rgb(90,56,11); }
td.TdClassName
{
border-color: #5A380B;
}
.TagClassName
{
border-color: #5A380B;
}
</style>