Shades of Baker's Chocolate #5A3608
Tints of Baker's Chocolate #5A3608
RGB
CMYK
RGB Variations
Color information
#5A3608 (or 0x5A3608) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 08. RGB value is (90,54,8). Sum of RGB (Red+Green+Blue) = 90+54+8=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3608 is #A5C9F7. Grayscale: #3B3B3B. Windows color (decimal): -10865144 or 538202. OLE color: 538202.
HSL color Cylindrical-coordinate representation of color #5A3608: hue angle of 33.66º 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 #5A3608 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 8 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.65 |
| HSL | 33.66º | 0.84% | 0.19% | - |
| HSV(B) | 33.66º | 0.91% | 0.35% | - |
| XYZ | 5.58 | 4.83 | 0.87 | - |
| YUV | 59.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 8 | 0 | 0.40 | 0.91 | 0.65 | 33.66 | 0.84 | 0.19 |
| Hex | 5A | 36 | 8 | 0 | 28 | 5B | 41 | 22 | 54 | 13 |
| Octal | 132 | 66 | 10 | 0 | 50 | 133 | 101 | 42 | 124 | 23 |
| Binary | 1011010 | 110110 | 1000 | 0 | 101000 | 1011011 | 1000001 | 100010 | 1010100 | 10011 |
Color Harmonies of #5A3608
Complementary color
Monochromatic Colors of #5A3608
Black with #5A3608
Text Example
Text Example
White with #5A3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3608; }
p { color: rgb(90,54,8); }
H1.HeaderClassName
{
color: #5A3608;
}
.AnyTagClassName
{
color: #5A3608;
}
</style>
background-color css
<style>
a { background-color: #5A3608; }
a { background-color: rgb(90,54,8); }
div.DivClassName
{
background-color: #5A3608;
}
.BgClassName
{
background-color: #5A3608;
}
</style>
border-color css
<style>
span { border-color: #5A3608; }
span { border-color: rgb(90,54,8); }
td.TdClassName
{
border-color: #5A3608;
}
.TagClassName
{
border-color: #5A3608;
}
</style>