Shades of Baker's Chocolate #583105
Tints of Baker's Chocolate #583105
RGB
CMYK
RGB Variations
Color information
#583105 (or 0x583105) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 05. RGB value is (88,49,5). Sum of RGB (Red+Green+Blue) = 88+49+5=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #583105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583105 is #A7CEFA. Grayscale: #373737. Windows color (decimal): -10997499 or 340312. OLE color: 340312.
HSL color Cylindrical-coordinate representation of color #583105: hue angle of 31.81º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #583105 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 49 | 5 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.65 |
| HSL | 31.81º | 0.89% | 0.18% | - |
| HSV(B) | 31.81º | 0.94% | 0.35% | - |
| XYZ | 5.15 | 4.28 | 0.7 | - |
| YUV | 55.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 5 | 0 | 0.44 | 0.94 | 0.65 | 31.81 | 0.89 | 0.18 |
| Hex | 58 | 31 | 5 | 0 | 2C | 5E | 41 | 20 | 59 | 12 |
| Octal | 130 | 61 | 5 | 0 | 54 | 136 | 101 | 40 | 131 | 22 |
| Binary | 1011000 | 110001 | 101 | 0 | 101100 | 1011110 | 1000001 | 100000 | 1011001 | 10010 |
Color Harmonies of #583105
Complementary color
Monochromatic Colors of #583105
Black with #583105
Text Example
Text Example
White with #583105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583105; }
p { color: rgb(88,49,5); }
H1.HeaderClassName
{
color: #583105;
}
.AnyTagClassName
{
color: #583105;
}
</style>
background-color css
<style>
a { background-color: #583105; }
a { background-color: rgb(88,49,5); }
div.DivClassName
{
background-color: #583105;
}
.BgClassName
{
background-color: #583105;
}
</style>
border-color css
<style>
span { border-color: #583105; }
span { border-color: rgb(88,49,5); }
td.TdClassName
{
border-color: #583105;
}
.TagClassName
{
border-color: #583105;
}
</style>