Shades of Baker's Chocolate #583206
Tints of Baker's Chocolate #583206
RGB
CMYK
RGB Variations
Color information
#583206 (or 0x583206) is known color: Baker's Chocolate. HEX triplet: 58, 32 and 06. RGB value is (88,50,6). Sum of RGB (Red+Green+Blue) = 88+50+6=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #583206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583206 is #A7CDF9. Grayscale: #383838. Windows color (decimal): -10997242 or 406104. OLE color: 406104.
HSL color Cylindrical-coordinate representation of color #583206: hue angle of 32.2º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #583206 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 50 | 6 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.65 |
| HSL | 32.2º | 0.87% | 0.18% | - |
| HSV(B) | 32.2º | 0.93% | 0.35% | - |
| XYZ | 5.2 | 4.37 | 0.74 | - |
| YUV | 56.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 6 | 0 | 0.43 | 0.93 | 0.65 | 32.2 | 0.87 | 0.18 |
| Hex | 58 | 32 | 6 | 0 | 2B | 5D | 41 | 20 | 57 | 12 |
| Octal | 130 | 62 | 6 | 0 | 53 | 135 | 101 | 40 | 127 | 22 |
| Binary | 1011000 | 110010 | 110 | 0 | 101011 | 1011101 | 1000001 | 100000 | 1010111 | 10010 |
Color Harmonies of #583206
Complementary color
Monochromatic Colors of #583206
Black with #583206
Text Example
Text Example
White with #583206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583206; }
p { color: rgb(88,50,6); }
H1.HeaderClassName
{
color: #583206;
}
.AnyTagClassName
{
color: #583206;
}
</style>
background-color css
<style>
a { background-color: #583206; }
a { background-color: rgb(88,50,6); }
div.DivClassName
{
background-color: #583206;
}
.BgClassName
{
background-color: #583206;
}
</style>
border-color css
<style>
span { border-color: #583206; }
span { border-color: rgb(88,50,6); }
td.TdClassName
{
border-color: #583206;
}
.TagClassName
{
border-color: #583206;
}
</style>