Shades of Baker's Chocolate #5A280B
Tints of Baker's Chocolate #5A280B
RGB
CMYK
RGB Variations
Color information
#5A280B (or 0x5A280B) is known color: Baker's Chocolate. HEX triplet: 5A, 28 and 0B. RGB value is (90,40,11). Sum of RGB (Red+Green+Blue) = 90+40+11=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A280B is #A5D7F4. Grayscale: #333333. Windows color (decimal): -10868725 or 731226. OLE color: 731226.
HSL color Cylindrical-coordinate representation of color #5A280B: hue angle of 22.03º 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 #5A280B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 11 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.65 |
| HSL | 22.03º | 0.78% | 0.2% | - |
| HSV(B) | 22.03º | 0.88% | 0.35% | - |
| XYZ | 5.04 | 3.72 | 0.77 | - |
| YUV | 51.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 11 | 0 | 0.56 | 0.88 | 0.65 | 22.03 | 0.78 | 0.2 |
| Hex | 5A | 28 | B | 0 | 38 | 58 | 41 | 16 | 4E | 14 |
| Octal | 132 | 50 | 13 | 0 | 70 | 130 | 101 | 26 | 116 | 24 |
| Binary | 1011010 | 101000 | 1011 | 0 | 111000 | 1011000 | 1000001 | 10110 | 1001110 | 10100 |
Color Harmonies of #5A280B
Complementary color
Monochromatic Colors of #5A280B
Black with #5A280B
Text Example
Text Example
White with #5A280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A280B; }
p { color: rgb(90,40,11); }
H1.HeaderClassName
{
color: #5A280B;
}
.AnyTagClassName
{
color: #5A280B;
}
</style>
background-color css
<style>
a { background-color: #5A280B; }
a { background-color: rgb(90,40,11); }
div.DivClassName
{
background-color: #5A280B;
}
.BgClassName
{
background-color: #5A280B;
}
</style>
border-color css
<style>
span { border-color: #5A280B; }
span { border-color: rgb(90,40,11); }
td.TdClassName
{
border-color: #5A280B;
}
.TagClassName
{
border-color: #5A280B;
}
</style>