Shades of Baker's Chocolate #5A2208
Tints of Baker's Chocolate #5A2208
RGB
CMYK
RGB Variations
Color information
#5A2208 (or 0x5A2208) is known color: Baker's Chocolate. HEX triplet: 5A, 22 and 08. RGB value is (90,34,8). Sum of RGB (Red+Green+Blue) = 90+34+8=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2208 is #A5DDF7. Grayscale: #2F2F2F. Windows color (decimal): -10870264 or 533082. OLE color: 533082.
HSL color Cylindrical-coordinate representation of color #5A2208: hue angle of 19.02º 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 #5A2208 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 34 | 8 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.65 |
| HSL | 19.02º | 0.84% | 0.19% | - |
| HSV(B) | 19.02º | 0.91% | 0.35% | - |
| XYZ | 4.83 | 3.34 | 0.62 | - |
| YUV | 47.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 8 | 0 | 0.62 | 0.91 | 0.65 | 19.02 | 0.84 | 0.19 |
| Hex | 5A | 22 | 8 | 0 | 3E | 5B | 41 | 13 | 54 | 13 |
| Octal | 132 | 42 | 10 | 0 | 76 | 133 | 101 | 23 | 124 | 23 |
| Binary | 1011010 | 100010 | 1000 | 0 | 111110 | 1011011 | 1000001 | 10011 | 1010100 | 10011 |
Color Harmonies of #5A2208
Complementary color
Monochromatic Colors of #5A2208
Black with #5A2208
Text Example
Text Example
White with #5A2208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2208; }
p { color: rgb(90,34,8); }
H1.HeaderClassName
{
color: #5A2208;
}
.AnyTagClassName
{
color: #5A2208;
}
</style>
background-color css
<style>
a { background-color: #5A2208; }
a { background-color: rgb(90,34,8); }
div.DivClassName
{
background-color: #5A2208;
}
.BgClassName
{
background-color: #5A2208;
}
</style>
border-color css
<style>
span { border-color: #5A2208; }
span { border-color: rgb(90,34,8); }
td.TdClassName
{
border-color: #5A2208;
}
.TagClassName
{
border-color: #5A2208;
}
</style>