Shades of Baker's Chocolate #583011
Tints of Baker's Chocolate #583011
RGB
CMYK
RGB Variations
Color information
#583011 (or 0x583011) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 11. RGB value is (88,48,17). Sum of RGB (Red+Green+Blue) = 88+48+17=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #583011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583011 is #A7CFEE. Grayscale: #383838. Windows color (decimal): -10997743 or 1126488. OLE color: 1126488.
HSL color Cylindrical-coordinate representation of color #583011: hue angle of 26.2º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #583011 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 48 | 17 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.65 |
| HSL | 26.2º | 0.68% | 0.21% | - |
| HSV(B) | 26.2º | 0.81% | 0.35% | - |
| XYZ | 5.18 | 4.23 | 1.07 | - |
| YUV | 56.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 17 | 0 | 0.45 | 0.81 | 0.65 | 26.2 | 0.68 | 0.21 |
| Hex | 58 | 30 | 11 | 0 | 2D | 51 | 41 | 1A | 44 | 15 |
| Octal | 130 | 60 | 21 | 0 | 55 | 121 | 101 | 32 | 104 | 25 |
| Binary | 1011000 | 110000 | 10001 | 0 | 101101 | 1010001 | 1000001 | 11010 | 1000100 | 10101 |
Color Harmonies of #583011
Complementary color
Monochromatic Colors of #583011
Black with #583011
Text Example
Text Example
White with #583011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583011; }
p { color: rgb(88,48,17); }
H1.HeaderClassName
{
color: #583011;
}
.AnyTagClassName
{
color: #583011;
}
</style>
background-color css
<style>
a { background-color: #583011; }
a { background-color: rgb(88,48,17); }
div.DivClassName
{
background-color: #583011;
}
.BgClassName
{
background-color: #583011;
}
</style>
border-color css
<style>
span { border-color: #583011; }
span { border-color: rgb(88,48,17); }
td.TdClassName
{
border-color: #583011;
}
.TagClassName
{
border-color: #583011;
}
</style>