Shades of Baker's Chocolate #58340C
Tints of Baker's Chocolate #58340C
RGB
CMYK
RGB Variations
Color information
#58340C (or 0x58340C) is known color: Baker's Chocolate. HEX triplet: 58, 34 and 0C. RGB value is (88,52,12). Sum of RGB (Red+Green+Blue) = 88+52+12=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58340C is #A7CBF3. Grayscale: #3A3A3A. Windows color (decimal): -10996724 or 799832. OLE color: 799832.
HSL color Cylindrical-coordinate representation of color #58340C: hue angle of 31.58º 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 #58340C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 52 | 12 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.65 |
| HSL | 31.58º | 0.76% | 0.2% | - |
| HSV(B) | 31.58º | 0.86% | 0.35% | - |
| XYZ | 5.32 | 4.56 | 0.95 | - |
| YUV | 58.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 12 | 0 | 0.41 | 0.86 | 0.65 | 31.58 | 0.76 | 0.2 |
| Hex | 58 | 34 | C | 0 | 29 | 56 | 41 | 20 | 4C | 14 |
| Octal | 130 | 64 | 14 | 0 | 51 | 126 | 101 | 40 | 114 | 24 |
| Binary | 1011000 | 110100 | 1100 | 0 | 101001 | 1010110 | 1000001 | 100000 | 1001100 | 10100 |
Color Harmonies of #58340C
Complementary color
Monochromatic Colors of #58340C
Black with #58340C
Text Example
Text Example
White with #58340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58340C; }
p { color: rgb(88,52,12); }
H1.HeaderClassName
{
color: #58340C;
}
.AnyTagClassName
{
color: #58340C;
}
</style>
background-color css
<style>
a { background-color: #58340C; }
a { background-color: rgb(88,52,12); }
div.DivClassName
{
background-color: #58340C;
}
.BgClassName
{
background-color: #58340C;
}
</style>
border-color css
<style>
span { border-color: #58340C; }
span { border-color: rgb(88,52,12); }
td.TdClassName
{
border-color: #58340C;
}
.TagClassName
{
border-color: #58340C;
}
</style>