Shades of Baker's Chocolate #583409
Tints of Baker's Chocolate #583409
RGB
CMYK
RGB Variations
Color information
#583409 (or 0x583409) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 09. RGB value is (88,52,9). Sum of RGB (Red+Green+Blue) = 88+52+9=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #583409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583409 is #A7CBF6. Grayscale: #3A3A3A. Windows color (decimal): -10996727 or 603224. OLE color: 603224.
HSL color Cylindrical-coordinate representation of color #583409: hue angle of 32.66º 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 #583409 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 52 | 9 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.65 |
| HSL | 32.66º | 0.81% | 0.19% | - |
| HSV(B) | 32.66º | 0.9% | 0.35% | - |
| XYZ | 5.3 | 4.55 | 0.86 | - |
| YUV | 57.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 9 | 0 | 0.41 | 0.90 | 0.65 | 32.66 | 0.81 | 0.19 |
| Hex | 58 | 34 | 9 | 0 | 29 | 5A | 41 | 21 | 51 | 13 |
| Octal | 130 | 64 | 11 | 0 | 51 | 132 | 101 | 41 | 121 | 23 |
| Binary | 1011000 | 110100 | 1001 | 0 | 101001 | 1011010 | 1000001 | 100001 | 1010001 | 10011 |
Color Harmonies of #583409
Complementary color
Monochromatic Colors of #583409
Black with #583409
Text Example
Text Example
White with #583409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583409; }
p { color: rgb(88,52,9); }
H1.HeaderClassName
{
color: #583409;
}
.AnyTagClassName
{
color: #583409;
}
</style>
background-color css
<style>
a { background-color: #583409; }
a { background-color: rgb(88,52,9); }
div.DivClassName
{
background-color: #583409;
}
.BgClassName
{
background-color: #583409;
}
</style>
border-color css
<style>
span { border-color: #583409; }
span { border-color: rgb(88,52,9); }
td.TdClassName
{
border-color: #583409;
}
.TagClassName
{
border-color: #583409;
}
</style>