Shades of Baker's Chocolate #583505
Tints of Baker's Chocolate #583505
RGB
CMYK
RGB Variations
Color information
#583505 (or 0x583505) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 05. RGB value is (88,53,5). Sum of RGB (Red+Green+Blue) = 88+53+5=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #583505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583505 is #A7CAFA. Grayscale: #3A3A3A. Windows color (decimal): -10996475 or 341336. OLE color: 341336.
HSL color Cylindrical-coordinate representation of color #583505: hue angle of 34.7º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #583505 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 5 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.65 |
| HSL | 34.7º | 0.89% | 0.18% | - |
| HSV(B) | 34.7º | 0.94% | 0.35% | - |
| XYZ | 5.32 | 4.63 | 0.76 | - |
| YUV | 57.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 5 | 0 | 0.40 | 0.94 | 0.65 | 34.7 | 0.89 | 0.18 |
| Hex | 58 | 35 | 5 | 0 | 28 | 5E | 41 | 23 | 59 | 12 |
| Octal | 130 | 65 | 5 | 0 | 50 | 136 | 101 | 43 | 131 | 22 |
| Binary | 1011000 | 110101 | 101 | 0 | 101000 | 1011110 | 1000001 | 100011 | 1011001 | 10010 |
Color Harmonies of #583505
Complementary color
Monochromatic Colors of #583505
Black with #583505
Text Example
Text Example
White with #583505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583505; }
p { color: rgb(88,53,5); }
H1.HeaderClassName
{
color: #583505;
}
.AnyTagClassName
{
color: #583505;
}
</style>
background-color css
<style>
a { background-color: #583505; }
a { background-color: rgb(88,53,5); }
div.DivClassName
{
background-color: #583505;
}
.BgClassName
{
background-color: #583505;
}
</style>
border-color css
<style>
span { border-color: #583505; }
span { border-color: rgb(88,53,5); }
td.TdClassName
{
border-color: #583505;
}
.TagClassName
{
border-color: #583505;
}
</style>