Shades of Baker's Chocolate #583601
Tints of Baker's Chocolate #583601
RGB
CMYK
RGB Variations
Color information
#583601 (or 0x583601) is known color: Baker's Chocolate. HEX triplet: 58, 36 and 01. RGB value is (88,54,1). Sum of RGB (Red+Green+Blue) = 88+54+1=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #583601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583601 is #A7C9FE. Grayscale: #3A3A3A. Windows color (decimal): -10996223 or 79448. OLE color: 79448.
HSL color Cylindrical-coordinate representation of color #583601: hue angle of 36.55º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #583601 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.65 |
| HSL | 36.55º | 0.98% | 0.17% | - |
| HSV(B) | 36.55º | 0.99% | 0.35% | - |
| XYZ | 5.35 | 4.72 | 0.66 | - |
| YUV | 58.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 1 | 0 | 0.39 | 0.99 | 0.65 | 36.55 | 0.98 | 0.17 |
| Hex | 58 | 36 | 1 | 0 | 27 | 63 | 41 | 25 | 62 | 11 |
| Octal | 130 | 66 | 1 | 0 | 47 | 143 | 101 | 45 | 142 | 21 |
| Binary | 1011000 | 110110 | 1 | 0 | 100111 | 1100011 | 1000001 | 100101 | 1100010 | 10001 |
Color Harmonies of #583601
Complementary color
Monochromatic Colors of #583601
Black with #583601
Text Example
Text Example
White with #583601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583601; }
p { color: rgb(88,54,1); }
H1.HeaderClassName
{
color: #583601;
}
.AnyTagClassName
{
color: #583601;
}
</style>
background-color css
<style>
a { background-color: #583601; }
a { background-color: rgb(88,54,1); }
div.DivClassName
{
background-color: #583601;
}
.BgClassName
{
background-color: #583601;
}
</style>
border-color css
<style>
span { border-color: #583601; }
span { border-color: rgb(88,54,1); }
td.TdClassName
{
border-color: #583601;
}
.TagClassName
{
border-color: #583601;
}
</style>