Shades of Baker's Chocolate #5A300E
Tints of Baker's Chocolate #5A300E
RGB
CMYK
RGB Variations
Color information
#5A300E (or 0x5A300E) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 0E. RGB value is (90,48,14). Sum of RGB (Red+Green+Blue) = 90+48+14=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A300E is #A5CFF1. Grayscale: #383838. Windows color (decimal): -10866674 or 929882. OLE color: 929882.
HSL color Cylindrical-coordinate representation of color #5A300E: hue angle of 26.84º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A300E is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 48 | 14 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.65 |
| HSL | 26.84º | 0.73% | 0.2% | - |
| HSV(B) | 26.84º | 0.84% | 0.35% | - |
| XYZ | 5.35 | 4.32 | 0.97 | - |
| YUV | 56.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 14 | 0 | 0.47 | 0.84 | 0.65 | 26.84 | 0.73 | 0.2 |
| Hex | 5A | 30 | E | 0 | 2F | 54 | 41 | 1B | 49 | 14 |
| Octal | 132 | 60 | 16 | 0 | 57 | 124 | 101 | 33 | 111 | 24 |
| Binary | 1011010 | 110000 | 1110 | 0 | 101111 | 1010100 | 1000001 | 11011 | 1001001 | 10100 |
Color Harmonies of #5A300E
Complementary color
Monochromatic Colors of #5A300E
Black with #5A300E
Text Example
Text Example
White with #5A300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A300E; }
p { color: rgb(90,48,14); }
H1.HeaderClassName
{
color: #5A300E;
}
.AnyTagClassName
{
color: #5A300E;
}
</style>
background-color css
<style>
a { background-color: #5A300E; }
a { background-color: rgb(90,48,14); }
div.DivClassName
{
background-color: #5A300E;
}
.BgClassName
{
background-color: #5A300E;
}
</style>
border-color css
<style>
span { border-color: #5A300E; }
span { border-color: rgb(90,48,14); }
td.TdClassName
{
border-color: #5A300E;
}
.TagClassName
{
border-color: #5A300E;
}
</style>