Shades of Baker's Chocolate #5A3D09
Tints of Baker's Chocolate #5A3D09
RGB
CMYK
RGB Variations
Color information
#5A3D09 (or 0x5A3D09) is known color: Baker's Chocolate. HEX triplet: 5A, 3D and 09. RGB value is (90,61,9). Sum of RGB (Red+Green+Blue) = 90+61+9=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3D09 is #A5C2F6. Grayscale: #3F3F3F. Windows color (decimal): -10863351 or 605530. OLE color: 605530.
HSL color Cylindrical-coordinate representation of color #5A3D09: hue angle of 38.52º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A3D09 is Cyan = 0, Magento = 0.32, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 9 | - |
| CMYK | 0 | 0.32 | 0.9 | 0.65 |
| HSL | 38.52º | 0.82% | 0.19% | - |
| HSV(B) | 38.52º | 0.9% | 0.35% | - |
| XYZ | 5.93 | 5.53 | 1.01 | - |
| YUV | 63.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 9 | 0 | 0.32 | 0.9 | 0.65 | 38.52 | 0.82 | 0.19 |
| Hex | 5A | 3D | 9 | 0 | 20 | 5A | 41 | 27 | 52 | 13 |
| Octal | 132 | 75 | 11 | 0 | 40 | 132 | 101 | 47 | 122 | 23 |
| Binary | 1011010 | 111101 | 1001 | 0 | 100000 | 1011010 | 1000001 | 100111 | 1010010 | 10011 |
Color Harmonies of #5A3D09
Complementary color
Monochromatic Colors of #5A3D09
Black with #5A3D09
Text Example
Text Example
White with #5A3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D09; }
p { color: rgb(90,61,9); }
H1.HeaderClassName
{
color: #5A3D09;
}
.AnyTagClassName
{
color: #5A3D09;
}
</style>
background-color css
<style>
a { background-color: #5A3D09; }
a { background-color: rgb(90,61,9); }
div.DivClassName
{
background-color: #5A3D09;
}
.BgClassName
{
background-color: #5A3D09;
}
</style>
border-color css
<style>
span { border-color: #5A3D09; }
span { border-color: rgb(90,61,9); }
td.TdClassName
{
border-color: #5A3D09;
}
.TagClassName
{
border-color: #5A3D09;
}
</style>