Shades of Baker's Chocolate #582703
Tints of Baker's Chocolate #582703
RGB
CMYK
RGB Variations
Color information
#582703 (or 0x582703) is known color: Baker's Chocolate. HEX triplet: 58, 27 and 03. RGB value is (88,39,3). Sum of RGB (Red+Green+Blue) = 88+39+3=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #582703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582703 is #A7D8FC. Grayscale: #313131. Windows color (decimal): -11000061 or 206680. OLE color: 206680.
HSL color Cylindrical-coordinate representation of color #582703: hue angle of 25.41º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #582703 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 3 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.65 |
| HSL | 25.41º | 0.93% | 0.18% | - |
| HSV(B) | 25.41º | 0.97% | 0.35% | - |
| XYZ | 4.77 | 3.53 | 0.52 | - |
| YUV | 49.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 3 | 0 | 0.56 | 0.97 | 0.65 | 25.41 | 0.93 | 0.18 |
| Hex | 58 | 27 | 3 | 0 | 38 | 61 | 41 | 19 | 5D | 12 |
| Octal | 130 | 47 | 3 | 0 | 70 | 141 | 101 | 31 | 135 | 22 |
| Binary | 1011000 | 100111 | 11 | 0 | 111000 | 1100001 | 1000001 | 11001 | 1011101 | 10010 |
Color Harmonies of #582703
Complementary color
Monochromatic Colors of #582703
Black with #582703
Text Example
Text Example
White with #582703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582703; }
p { color: rgb(88,39,3); }
H1.HeaderClassName
{
color: #582703;
}
.AnyTagClassName
{
color: #582703;
}
</style>
background-color css
<style>
a { background-color: #582703; }
a { background-color: rgb(88,39,3); }
div.DivClassName
{
background-color: #582703;
}
.BgClassName
{
background-color: #582703;
}
</style>
border-color css
<style>
span { border-color: #582703; }
span { border-color: rgb(88,39,3); }
td.TdClassName
{
border-color: #582703;
}
.TagClassName
{
border-color: #582703;
}
</style>