Shades of Baker's Chocolate #583500
Tints of Baker's Chocolate #583500
RGB
CMYK
RGB Variations
Color information
#583500 (or 0x583500) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 00. RGB value is (88,53,0). Sum of RGB (Red+Green+Blue) = 88+53+0=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #583500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583500 is #A7CAFF. Grayscale: #393939. Windows color (decimal): -10996480 or 13656. OLE color: 13656.
HSL color Cylindrical-coordinate representation of color #583500: hue angle of 36.14º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #583500 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.65 |
| HSL | 36.14º | 1% | 0.17% | - |
| HSV(B) | 36.14º | 1% | 0.35% | - |
| XYZ | 5.3 | 4.62 | 0.61 | - |
| YUV | 57.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 0 | 0 | 0.40 | 1 | 0.65 | 36.14 | 1 | 0.17 |
| Hex | 58 | 35 | 0 | 0 | 28 | 64 | 41 | 24 | 64 | 11 |
| Octal | 130 | 65 | 0 | 0 | 50 | 144 | 101 | 44 | 144 | 21 |
| Binary | 1011000 | 110101 | 0 | 0 | 101000 | 1100100 | 1000001 | 100100 | 1100100 | 10001 |
Color Harmonies of #583500
Complementary color
Monochromatic Colors of #583500
Black with #583500
Text Example
Text Example
White with #583500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583500; }
p { color: rgb(88,53,0); }
H1.HeaderClassName
{
color: #583500;
}
.AnyTagClassName
{
color: #583500;
}
</style>
background-color css
<style>
a { background-color: #583500; }
a { background-color: rgb(88,53,0); }
div.DivClassName
{
background-color: #583500;
}
.BgClassName
{
background-color: #583500;
}
</style>
border-color css
<style>
span { border-color: #583500; }
span { border-color: rgb(88,53,0); }
td.TdClassName
{
border-color: #583500;
}
.TagClassName
{
border-color: #583500;
}
</style>