Shades of Baker's Chocolate #582701
Tints of Baker's Chocolate #582701
RGB
CMYK
RGB Variations
Color information
#582701 (or 0x582701) is known color: Baker's Chocolate. HEX triplet: 58, 27 and 01. RGB value is (88,39,1). Sum of RGB (Red+Green+Blue) = 88+39+1=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582701 is #A7D8FE. Grayscale: #313131. Windows color (decimal): -11000063 or 75608. OLE color: 75608.
HSL color Cylindrical-coordinate representation of color #582701: hue angle of 26.21º 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 #582701 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.65 |
| HSL | 26.21º | 0.98% | 0.17% | - |
| HSV(B) | 26.21º | 0.99% | 0.35% | - |
| XYZ | 4.76 | 3.53 | 0.46 | - |
| YUV | 49.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 1 | 0 | 0.56 | 0.99 | 0.65 | 26.21 | 0.98 | 0.17 |
| Hex | 58 | 27 | 1 | 0 | 38 | 63 | 41 | 1A | 62 | 11 |
| Octal | 130 | 47 | 1 | 0 | 70 | 143 | 101 | 32 | 142 | 21 |
| Binary | 1011000 | 100111 | 1 | 0 | 111000 | 1100011 | 1000001 | 11010 | 1100010 | 10001 |
Color Harmonies of #582701
Complementary color
Monochromatic Colors of #582701
Black with #582701
Text Example
Text Example
White with #582701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582701; }
p { color: rgb(88,39,1); }
H1.HeaderClassName
{
color: #582701;
}
.AnyTagClassName
{
color: #582701;
}
</style>
background-color css
<style>
a { background-color: #582701; }
a { background-color: rgb(88,39,1); }
div.DivClassName
{
background-color: #582701;
}
.BgClassName
{
background-color: #582701;
}
</style>
border-color css
<style>
span { border-color: #582701; }
span { border-color: rgb(88,39,1); }
td.TdClassName
{
border-color: #582701;
}
.TagClassName
{
border-color: #582701;
}
</style>