Shades of Baker's Chocolate #583013
Tints of Baker's Chocolate #583013
RGB
CMYK
RGB Variations
Color information
#583013 (or 0x583013) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 13. RGB value is (88,48,19). Sum of RGB (Red+Green+Blue) = 88+48+19=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #583013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583013 is #A7CFEC. Grayscale: #383838. Windows color (decimal): -10997741 or 1257560. OLE color: 1257560.
HSL color Cylindrical-coordinate representation of color #583013: hue angle of 25.22º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #583013 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 48 | 19 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.65 |
| HSL | 25.22º | 0.64% | 0.21% | - |
| HSV(B) | 25.22º | 0.78% | 0.35% | - |
| XYZ | 5.2 | 4.24 | 1.16 | - |
| YUV | 56.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 19 | 0 | 0.45 | 0.78 | 0.65 | 25.22 | 0.64 | 0.21 |
| Hex | 58 | 30 | 13 | 0 | 2D | 4E | 41 | 19 | 40 | 15 |
| Octal | 130 | 60 | 23 | 0 | 55 | 116 | 101 | 31 | 100 | 25 |
| Binary | 1011000 | 110000 | 10011 | 0 | 101101 | 1001110 | 1000001 | 11001 | 1000000 | 10101 |
Color Harmonies of #583013
Complementary color
Monochromatic Colors of #583013
Black with #583013
Text Example
Text Example
White with #583013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583013; }
p { color: rgb(88,48,19); }
H1.HeaderClassName
{
color: #583013;
}
.AnyTagClassName
{
color: #583013;
}
</style>
background-color css
<style>
a { background-color: #583013; }
a { background-color: rgb(88,48,19); }
div.DivClassName
{
background-color: #583013;
}
.BgClassName
{
background-color: #583013;
}
</style>
border-color css
<style>
span { border-color: #583013; }
span { border-color: rgb(88,48,19); }
td.TdClassName
{
border-color: #583013;
}
.TagClassName
{
border-color: #583013;
}
</style>