Shades of Baker's Chocolate #58360C
Tints of Baker's Chocolate #58360C
RGB
CMYK
RGB Variations
Color information
#58360C (or 0x58360C) is known color: Baker's Chocolate. HEX triplet: 58, 36 and 0C. RGB value is (88,54,12). Sum of RGB (Red+Green+Blue) = 88+54+12=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58360C is #A7C9F3. Grayscale: #3B3B3B. Windows color (decimal): -10996212 or 800344. OLE color: 800344.
HSL color Cylindrical-coordinate representation of color #58360C: hue angle of 33.16º 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 #58360C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 12 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.65 |
| HSL | 33.16º | 0.76% | 0.2% | - |
| HSV(B) | 33.16º | 0.86% | 0.35% | - |
| XYZ | 5.41 | 4.74 | 0.98 | - |
| YUV | 59.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 12 | 0 | 0.39 | 0.86 | 0.65 | 33.16 | 0.76 | 0.2 |
| Hex | 58 | 36 | C | 0 | 27 | 56 | 41 | 21 | 4C | 14 |
| Octal | 130 | 66 | 14 | 0 | 47 | 126 | 101 | 41 | 114 | 24 |
| Binary | 1011000 | 110110 | 1100 | 0 | 100111 | 1010110 | 1000001 | 100001 | 1001100 | 10100 |
Color Harmonies of #58360C
Complementary color
Monochromatic Colors of #58360C
Black with #58360C
Text Example
Text Example
White with #58360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58360C; }
p { color: rgb(88,54,12); }
H1.HeaderClassName
{
color: #58360C;
}
.AnyTagClassName
{
color: #58360C;
}
</style>
background-color css
<style>
a { background-color: #58360C; }
a { background-color: rgb(88,54,12); }
div.DivClassName
{
background-color: #58360C;
}
.BgClassName
{
background-color: #58360C;
}
</style>
border-color css
<style>
span { border-color: #58360C; }
span { border-color: rgb(88,54,12); }
td.TdClassName
{
border-color: #58360C;
}
.TagClassName
{
border-color: #58360C;
}
</style>