Shades of Baker's Chocolate #583A19
Tints of Baker's Chocolate #583A19
RGB
CMYK
RGB Variations
Color information
#583A19 (or 0x583A19) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 19. RGB value is (88,58,25). Sum of RGB (Red+Green+Blue) = 88+58+25=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #583A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A19 is #A7C5E6. Grayscale: #3F3F3F. Windows color (decimal): -10995175 or 1653336. OLE color: 1653336.
HSL color Cylindrical-coordinate representation of color #583A19: hue angle of 31.43º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #583A19 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 25 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.65 |
| HSL | 31.43º | 0.56% | 0.22% | - |
| HSV(B) | 31.43º | 0.72% | 0.35% | - |
| XYZ | 5.71 | 5.17 | 1.62 | - |
| YUV | 63.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 25 | 0 | 0.34 | 0.72 | 0.65 | 31.43 | 0.56 | 0.22 |
| Hex | 58 | 3A | 19 | 0 | 22 | 48 | 41 | 1F | 38 | 16 |
| Octal | 130 | 72 | 31 | 0 | 42 | 110 | 101 | 37 | 70 | 26 |
| Binary | 1011000 | 111010 | 11001 | 0 | 100010 | 1001000 | 1000001 | 11111 | 111000 | 10110 |
Color Harmonies of #583A19
Complementary color
Monochromatic Colors of #583A19
Black with #583A19
Text Example
Text Example
White with #583A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A19; }
p { color: rgb(88,58,25); }
H1.HeaderClassName
{
color: #583A19;
}
.AnyTagClassName
{
color: #583A19;
}
</style>
background-color css
<style>
a { background-color: #583A19; }
a { background-color: rgb(88,58,25); }
div.DivClassName
{
background-color: #583A19;
}
.BgClassName
{
background-color: #583A19;
}
</style>
border-color css
<style>
span { border-color: #583A19; }
span { border-color: rgb(88,58,25); }
td.TdClassName
{
border-color: #583A19;
}
.TagClassName
{
border-color: #583A19;
}
</style>