Shades of Baker's Chocolate #583A09
Tints of Baker's Chocolate #583A09
RGB
CMYK
RGB Variations
Color information
#583A09 (or 0x583A09) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 09. RGB value is (88,58,9). Sum of RGB (Red+Green+Blue) = 88+58+9=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #583A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A09 is #A7C5F6. Grayscale: #3D3D3D. Windows color (decimal): -10995191 or 604760. OLE color: 604760.
HSL color Cylindrical-coordinate representation of color #583A09: hue angle of 37.22º degrees, saturation: 0.81, 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 #583A09 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 9 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.65 |
| HSL | 37.22º | 0.81% | 0.19% | - |
| HSV(B) | 37.22º | 0.9% | 0.35% | - |
| XYZ | 5.59 | 5.12 | 0.95 | - |
| YUV | 61.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 9 | 0 | 0.34 | 0.90 | 0.65 | 37.22 | 0.81 | 0.19 |
| Hex | 58 | 3A | 9 | 0 | 22 | 5A | 41 | 25 | 51 | 13 |
| Octal | 130 | 72 | 11 | 0 | 42 | 132 | 101 | 45 | 121 | 23 |
| Binary | 1011000 | 111010 | 1001 | 0 | 100010 | 1011010 | 1000001 | 100101 | 1010001 | 10011 |
Color Harmonies of #583A09
Complementary color
Monochromatic Colors of #583A09
Black with #583A09
Text Example
Text Example
White with #583A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A09; }
p { color: rgb(88,58,9); }
H1.HeaderClassName
{
color: #583A09;
}
.AnyTagClassName
{
color: #583A09;
}
</style>
background-color css
<style>
a { background-color: #583A09; }
a { background-color: rgb(88,58,9); }
div.DivClassName
{
background-color: #583A09;
}
.BgClassName
{
background-color: #583A09;
}
</style>
border-color css
<style>
span { border-color: #583A09; }
span { border-color: rgb(88,58,9); }
td.TdClassName
{
border-color: #583A09;
}
.TagClassName
{
border-color: #583A09;
}
</style>