Shades of Baker's Chocolate #58390C
Tints of Baker's Chocolate #58390C
RGB
CMYK
RGB Variations
Color information
#58390C (or 0x58390C) is known color: Baker's Chocolate. HEX triplet: 58, 39 and 0C. RGB value is (88,57,12). Sum of RGB (Red+Green+Blue) = 88+57+12=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58390C is #A7C6F3. Grayscale: #3D3D3D. Windows color (decimal): -10995444 or 801112. OLE color: 801112.
HSL color Cylindrical-coordinate representation of color #58390C: hue angle of 35.53º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58390C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 12 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.65 |
| HSL | 35.53º | 0.76% | 0.2% | - |
| HSV(B) | 35.53º | 0.86% | 0.35% | - |
| XYZ | 5.55 | 5.03 | 1.03 | - |
| YUV | 61.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 12 | 0 | 0.35 | 0.86 | 0.65 | 35.53 | 0.76 | 0.2 |
| Hex | 58 | 39 | C | 0 | 23 | 56 | 41 | 24 | 4C | 14 |
| Octal | 130 | 71 | 14 | 0 | 43 | 126 | 101 | 44 | 114 | 24 |
| Binary | 1011000 | 111001 | 1100 | 0 | 100011 | 1010110 | 1000001 | 100100 | 1001100 | 10100 |
Color Harmonies of #58390C
Complementary color
Monochromatic Colors of #58390C
Black with #58390C
Text Example
Text Example
White with #58390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58390C; }
p { color: rgb(88,57,12); }
H1.HeaderClassName
{
color: #58390C;
}
.AnyTagClassName
{
color: #58390C;
}
</style>
background-color css
<style>
a { background-color: #58390C; }
a { background-color: rgb(88,57,12); }
div.DivClassName
{
background-color: #58390C;
}
.BgClassName
{
background-color: #58390C;
}
</style>
border-color css
<style>
span { border-color: #58390C; }
span { border-color: rgb(88,57,12); }
td.TdClassName
{
border-color: #58390C;
}
.TagClassName
{
border-color: #58390C;
}
</style>