Shades of Baker's Chocolate #583919
Tints of Baker's Chocolate #583919
RGB
CMYK
RGB Variations
Color information
#583919 (or 0x583919) is known color: Baker's Chocolate. HEX triplet: 58, 39 and 19. RGB value is (88,57,25). Sum of RGB (Red+Green+Blue) = 88+57+25=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #583919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583919 is #A7C6E6. Grayscale: #3E3E3E. Windows color (decimal): -10995431 or 1653080. OLE color: 1653080.
HSL color Cylindrical-coordinate representation of color #583919: hue angle of 30.48º 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 #583919 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 25 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.65 |
| HSL | 30.48º | 0.56% | 0.22% | - |
| HSV(B) | 30.48º | 0.72% | 0.35% | - |
| XYZ | 5.66 | 5.07 | 1.6 | - |
| YUV | 62.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 25 | 0 | 0.35 | 0.72 | 0.65 | 30.48 | 0.56 | 0.22 |
| Hex | 58 | 39 | 19 | 0 | 23 | 48 | 41 | 1E | 38 | 16 |
| Octal | 130 | 71 | 31 | 0 | 43 | 110 | 101 | 36 | 70 | 26 |
| Binary | 1011000 | 111001 | 11001 | 0 | 100011 | 1001000 | 1000001 | 11110 | 111000 | 10110 |
Color Harmonies of #583919
Complementary color
Monochromatic Colors of #583919
Black with #583919
Text Example
Text Example
White with #583919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583919; }
p { color: rgb(88,57,25); }
H1.HeaderClassName
{
color: #583919;
}
.AnyTagClassName
{
color: #583919;
}
</style>
background-color css
<style>
a { background-color: #583919; }
a { background-color: rgb(88,57,25); }
div.DivClassName
{
background-color: #583919;
}
.BgClassName
{
background-color: #583919;
}
</style>
border-color css
<style>
span { border-color: #583919; }
span { border-color: rgb(88,57,25); }
td.TdClassName
{
border-color: #583919;
}
.TagClassName
{
border-color: #583919;
}
</style>