Shades of Baker's Chocolate #583E04
Tints of Baker's Chocolate #583E04
RGB
CMYK
RGB Variations
Color information
#583E04 (or 0x583E04) is known color: Baker's Chocolate. HEX triplet: 58, 3E and 04. RGB value is (88,62,4). Sum of RGB (Red+Green+Blue) = 88+62+4=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #583E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583E04 is #A7C1FB. Grayscale: #3F3F3F. Windows color (decimal): -10994172 or 278104. OLE color: 278104.
HSL color Cylindrical-coordinate representation of color #583E04: hue angle of 41.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #583E04 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 4 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.65 |
| HSL | 41.43º | 0.91% | 0.18% | - |
| HSV(B) | 41.43º | 0.95% | 0.35% | - |
| XYZ | 5.77 | 5.53 | 0.88 | - |
| YUV | 63.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 4 | 0 | 0.30 | 0.95 | 0.65 | 41.43 | 0.91 | 0.18 |
| Hex | 58 | 3E | 4 | 0 | 1E | 5F | 41 | 29 | 5B | 12 |
| Octal | 130 | 76 | 4 | 0 | 36 | 137 | 101 | 51 | 133 | 22 |
| Binary | 1011000 | 111110 | 100 | 0 | 11110 | 1011111 | 1000001 | 101001 | 1011011 | 10010 |
Color Harmonies of #583E04
Complementary color
Monochromatic Colors of #583E04
Black with #583E04
Text Example
Text Example
White with #583E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E04; }
p { color: rgb(88,62,4); }
H1.HeaderClassName
{
color: #583E04;
}
.AnyTagClassName
{
color: #583E04;
}
</style>
background-color css
<style>
a { background-color: #583E04; }
a { background-color: rgb(88,62,4); }
div.DivClassName
{
background-color: #583E04;
}
.BgClassName
{
background-color: #583E04;
}
</style>
border-color css
<style>
span { border-color: #583E04; }
span { border-color: rgb(88,62,4); }
td.TdClassName
{
border-color: #583E04;
}
.TagClassName
{
border-color: #583E04;
}
</style>