Shades of Baker's Chocolate #583201
Tints of Baker's Chocolate #583201
RGB
CMYK
RGB Variations
Color information
#583201 (or 0x583201) is known color: Baker's Chocolate. HEX triplet: 58, 32 and 01. RGB value is (88,50,1). Sum of RGB (Red+Green+Blue) = 88+50+1=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #583201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583201 is #A7CDFE. Grayscale: #383838. Windows color (decimal): -10997247 or 78424. OLE color: 78424.
HSL color Cylindrical-coordinate representation of color #583201: hue angle of 33.79º 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 #583201 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 50 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.65 |
| HSL | 33.79º | 0.98% | 0.17% | - |
| HSV(B) | 33.79º | 0.99% | 0.35% | - |
| XYZ | 5.17 | 4.36 | 0.6 | - |
| YUV | 55.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 1 | 0 | 0.43 | 0.99 | 0.65 | 33.79 | 0.98 | 0.17 |
| Hex | 58 | 32 | 1 | 0 | 2B | 63 | 41 | 22 | 62 | 11 |
| Octal | 130 | 62 | 1 | 0 | 53 | 143 | 101 | 42 | 142 | 21 |
| Binary | 1011000 | 110010 | 1 | 0 | 101011 | 1100011 | 1000001 | 100010 | 1100010 | 10001 |
Color Harmonies of #583201
Complementary color
Monochromatic Colors of #583201
Black with #583201
Text Example
Text Example
White with #583201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583201; }
p { color: rgb(88,50,1); }
H1.HeaderClassName
{
color: #583201;
}
.AnyTagClassName
{
color: #583201;
}
</style>
background-color css
<style>
a { background-color: #583201; }
a { background-color: rgb(88,50,1); }
div.DivClassName
{
background-color: #583201;
}
.BgClassName
{
background-color: #583201;
}
</style>
border-color css
<style>
span { border-color: #583201; }
span { border-color: rgb(88,50,1); }
td.TdClassName
{
border-color: #583201;
}
.TagClassName
{
border-color: #583201;
}
</style>