Shades of Baker's Chocolate #58320C
Tints of Baker's Chocolate #58320C
RGB
CMYK
RGB Variations
Color information
#58320C (or 0x58320C) is known color: Baker's Chocolate. HEX triplet: 58, 32 and 0C. RGB value is (88,50,12). Sum of RGB (Red+Green+Blue) = 88+50+12=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58320C is #A7CDF3. Grayscale: #393939. Windows color (decimal): -10997236 or 799320. OLE color: 799320.
HSL color Cylindrical-coordinate representation of color #58320C: hue angle of 30º 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 #58320C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 50 | 12 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.65 |
| HSL | 30º | 0.76% | 0.2% | - |
| HSV(B) | 30º | 0.86% | 0.35% | - |
| XYZ | 5.23 | 4.38 | 0.92 | - |
| YUV | 57.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 12 | 0 | 0.43 | 0.86 | 0.65 | 30 | 0.76 | 0.2 |
| Hex | 58 | 32 | C | 0 | 2B | 56 | 41 | 1E | 4C | 14 |
| Octal | 130 | 62 | 14 | 0 | 53 | 126 | 101 | 36 | 114 | 24 |
| Binary | 1011000 | 110010 | 1100 | 0 | 101011 | 1010110 | 1000001 | 11110 | 1001100 | 10100 |
Color Harmonies of #58320C
Complementary color
Monochromatic Colors of #58320C
Black with #58320C
Text Example
Text Example
White with #58320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58320C; }
p { color: rgb(88,50,12); }
H1.HeaderClassName
{
color: #58320C;
}
.AnyTagClassName
{
color: #58320C;
}
</style>
background-color css
<style>
a { background-color: #58320C; }
a { background-color: rgb(88,50,12); }
div.DivClassName
{
background-color: #58320C;
}
.BgClassName
{
background-color: #58320C;
}
</style>
border-color css
<style>
span { border-color: #58320C; }
span { border-color: rgb(88,50,12); }
td.TdClassName
{
border-color: #58320C;
}
.TagClassName
{
border-color: #58320C;
}
</style>