Shades of Baker's Chocolate #5A2603
Tints of Baker's Chocolate #5A2603
RGB
CMYK
RGB Variations
Color information
#5A2603 (or 0x5A2603) is known color: Baker's Chocolate. HEX triplet: 5A, 26 and 03. RGB value is (90,38,3). Sum of RGB (Red+Green+Blue) = 90+38+3=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2603 is #A5D9FC. Grayscale: #313131. Windows color (decimal): -10869245 or 206426. OLE color: 206426.
HSL color Cylindrical-coordinate representation of color #5A2603: hue angle of 24.14º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A2603 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 38 | 3 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.65 |
| HSL | 24.14º | 0.94% | 0.18% | - |
| HSV(B) | 24.14º | 0.97% | 0.35% | - |
| XYZ | 4.93 | 3.57 | 0.51 | - |
| YUV | 49.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 3 | 0 | 0.58 | 0.97 | 0.65 | 24.14 | 0.94 | 0.18 |
| Hex | 5A | 26 | 3 | 0 | 3A | 61 | 41 | 18 | 5E | 12 |
| Octal | 132 | 46 | 3 | 0 | 72 | 141 | 101 | 30 | 136 | 22 |
| Binary | 1011010 | 100110 | 11 | 0 | 111010 | 1100001 | 1000001 | 11000 | 1011110 | 10010 |
Color Harmonies of #5A2603
Complementary color
Monochromatic Colors of #5A2603
Black with #5A2603
Text Example
Text Example
White with #5A2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2603; }
p { color: rgb(90,38,3); }
H1.HeaderClassName
{
color: #5A2603;
}
.AnyTagClassName
{
color: #5A2603;
}
</style>
background-color css
<style>
a { background-color: #5A2603; }
a { background-color: rgb(90,38,3); }
div.DivClassName
{
background-color: #5A2603;
}
.BgClassName
{
background-color: #5A2603;
}
</style>
border-color css
<style>
span { border-color: #5A2603; }
span { border-color: rgb(90,38,3); }
td.TdClassName
{
border-color: #5A2603;
}
.TagClassName
{
border-color: #5A2603;
}
</style>