Shades of Baker's Chocolate #5A3E03
Tints of Baker's Chocolate #5A3E03
RGB
CMYK
RGB Variations
Color information
#5A3E03 (or 0x5A3E03) is known color: Baker's Chocolate. HEX triplet: 5A, 3E and 03. RGB value is (90,62,3). Sum of RGB (Red+Green+Blue) = 90+62+3=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3E03 is #A5C1FC. Grayscale: #3F3F3F. Windows color (decimal): -10863101 or 212570. OLE color: 212570.
HSL color Cylindrical-coordinate representation of color #5A3E03: hue angle of 40.69º 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 #5A3E03 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 62 | 3 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.65 |
| HSL | 40.69º | 0.94% | 0.18% | - |
| HSV(B) | 40.69º | 0.97% | 0.35% | - |
| XYZ | 5.96 | 5.63 | 0.86 | - |
| YUV | 63.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 3 | 0 | 0.31 | 0.97 | 0.65 | 40.69 | 0.94 | 0.18 |
| Hex | 5A | 3E | 3 | 0 | 1F | 61 | 41 | 29 | 5E | 12 |
| Octal | 132 | 76 | 3 | 0 | 37 | 141 | 101 | 51 | 136 | 22 |
| Binary | 1011010 | 111110 | 11 | 0 | 11111 | 1100001 | 1000001 | 101001 | 1011110 | 10010 |
Color Harmonies of #5A3E03
Complementary color
Monochromatic Colors of #5A3E03
Black with #5A3E03
Text Example
Text Example
White with #5A3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E03; }
p { color: rgb(90,62,3); }
H1.HeaderClassName
{
color: #5A3E03;
}
.AnyTagClassName
{
color: #5A3E03;
}
</style>
background-color css
<style>
a { background-color: #5A3E03; }
a { background-color: rgb(90,62,3); }
div.DivClassName
{
background-color: #5A3E03;
}
.BgClassName
{
background-color: #5A3E03;
}
</style>
border-color css
<style>
span { border-color: #5A3E03; }
span { border-color: rgb(90,62,3); }
td.TdClassName
{
border-color: #5A3E03;
}
.TagClassName
{
border-color: #5A3E03;
}
</style>