Shades of Baker's Chocolate #583A0B
Tints of Baker's Chocolate #583A0B
RGB
CMYK
RGB Variations
Color information
#583A0B (or 0x583A0B) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 0B. RGB value is (88,58,11). Sum of RGB (Red+Green+Blue) = 88+58+11=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #583A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A0B is #A7C5F4. Grayscale: #3D3D3D. Windows color (decimal): -10995189 or 735832. OLE color: 735832.
HSL color Cylindrical-coordinate representation of color #583A0B: hue angle of 36.62º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #583A0B is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 11 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.65 |
| HSL | 36.62º | 0.78% | 0.19% | - |
| HSV(B) | 36.62º | 0.88% | 0.35% | - |
| XYZ | 5.6 | 5.12 | 1.01 | - |
| YUV | 61.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 11 | 0 | 0.34 | 0.88 | 0.65 | 36.62 | 0.78 | 0.19 |
| Hex | 58 | 3A | B | 0 | 22 | 58 | 41 | 25 | 4E | 13 |
| Octal | 130 | 72 | 13 | 0 | 42 | 130 | 101 | 45 | 116 | 23 |
| Binary | 1011000 | 111010 | 1011 | 0 | 100010 | 1011000 | 1000001 | 100101 | 1001110 | 10011 |
Color Harmonies of #583A0B
Complementary color
Monochromatic Colors of #583A0B
Black with #583A0B
Text Example
Text Example
White with #583A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A0B; }
p { color: rgb(88,58,11); }
H1.HeaderClassName
{
color: #583A0B;
}
.AnyTagClassName
{
color: #583A0B;
}
</style>
background-color css
<style>
a { background-color: #583A0B; }
a { background-color: rgb(88,58,11); }
div.DivClassName
{
background-color: #583A0B;
}
.BgClassName
{
background-color: #583A0B;
}
</style>
border-color css
<style>
span { border-color: #583A0B; }
span { border-color: rgb(88,58,11); }
td.TdClassName
{
border-color: #583A0B;
}
.TagClassName
{
border-color: #583A0B;
}
</style>