Shades of Baker's Chocolate #583502
Tints of Baker's Chocolate #583502
RGB
CMYK
RGB Variations
Color information
#583502 (or 0x583502) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 02. RGB value is (88,53,2). Sum of RGB (Red+Green+Blue) = 88+53+2=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #583502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583502 is #A7CAFD. Grayscale: #393939. Windows color (decimal): -10996478 or 144728. OLE color: 144728.
HSL color Cylindrical-coordinate representation of color #583502: hue angle of 35.58º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #583502 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 2 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.65 |
| HSL | 35.58º | 0.96% | 0.18% | - |
| HSV(B) | 35.58º | 0.98% | 0.35% | - |
| XYZ | 5.31 | 4.63 | 0.67 | - |
| YUV | 57.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 2 | 0 | 0.40 | 0.98 | 0.65 | 35.58 | 0.96 | 0.18 |
| Hex | 58 | 35 | 2 | 0 | 28 | 62 | 41 | 24 | 60 | 12 |
| Octal | 130 | 65 | 2 | 0 | 50 | 142 | 101 | 44 | 140 | 22 |
| Binary | 1011000 | 110101 | 10 | 0 | 101000 | 1100010 | 1000001 | 100100 | 1100000 | 10010 |
Color Harmonies of #583502
Complementary color
Monochromatic Colors of #583502
Black with #583502
Text Example
Text Example
White with #583502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583502; }
p { color: rgb(88,53,2); }
H1.HeaderClassName
{
color: #583502;
}
.AnyTagClassName
{
color: #583502;
}
</style>
background-color css
<style>
a { background-color: #583502; }
a { background-color: rgb(88,53,2); }
div.DivClassName
{
background-color: #583502;
}
.BgClassName
{
background-color: #583502;
}
</style>
border-color css
<style>
span { border-color: #583502; }
span { border-color: rgb(88,53,2); }
td.TdClassName
{
border-color: #583502;
}
.TagClassName
{
border-color: #583502;
}
</style>