Shades of Baker's Chocolate #5A2808
Tints of Baker's Chocolate #5A2808
RGB
CMYK
RGB Variations
Color information
#5A2808 (or 0x5A2808) is known color: Baker's Chocolate. HEX triplet: 5A, 28 and 08. RGB value is (90,40,8). Sum of RGB (Red+Green+Blue) = 90+40+8=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2808 is #A5D7F7. Grayscale: #333333. Windows color (decimal): -10868728 or 534618. OLE color: 534618.
HSL color Cylindrical-coordinate representation of color #5A2808: hue angle of 23.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A2808 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 8 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.65 |
| HSL | 23.41º | 0.84% | 0.19% | - |
| HSV(B) | 23.41º | 0.91% | 0.35% | - |
| XYZ | 5.02 | 3.71 | 0.68 | - |
| YUV | 51.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 8 | 0 | 0.56 | 0.91 | 0.65 | 23.41 | 0.84 | 0.19 |
| Hex | 5A | 28 | 8 | 0 | 38 | 5B | 41 | 17 | 54 | 13 |
| Octal | 132 | 50 | 10 | 0 | 70 | 133 | 101 | 27 | 124 | 23 |
| Binary | 1011010 | 101000 | 1000 | 0 | 111000 | 1011011 | 1000001 | 10111 | 1010100 | 10011 |
Color Harmonies of #5A2808
Complementary color
Monochromatic Colors of #5A2808
Black with #5A2808
Text Example
Text Example
White with #5A2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2808; }
p { color: rgb(90,40,8); }
H1.HeaderClassName
{
color: #5A2808;
}
.AnyTagClassName
{
color: #5A2808;
}
</style>
background-color css
<style>
a { background-color: #5A2808; }
a { background-color: rgb(90,40,8); }
div.DivClassName
{
background-color: #5A2808;
}
.BgClassName
{
background-color: #5A2808;
}
</style>
border-color css
<style>
span { border-color: #5A2808; }
span { border-color: rgb(90,40,8); }
td.TdClassName
{
border-color: #5A2808;
}
.TagClassName
{
border-color: #5A2808;
}
</style>