Shades of Baker's Chocolate #59341C
Tints of Baker's Chocolate #59341C
RGB
CMYK
RGB Variations
Color information
#59341C (or 0x59341C) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 1C. RGB value is (89,52,28). Sum of RGB (Red+Green+Blue) = 89+52+28=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59341C is #A6CBE3. Grayscale: #3C3C3C. Windows color (decimal): -10931172 or 1848409. OLE color: 1848409.
HSL color Cylindrical-coordinate representation of color #59341C: hue angle of 23.61º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59341C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 52 | 28 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.65 |
| HSL | 23.61º | 0.52% | 0.23% | - |
| HSV(B) | 23.61º | 0.69% | 0.35% | - |
| XYZ | 5.56 | 4.66 | 1.71 | - |
| YUV | 60.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 28 | 0 | 0.42 | 0.69 | 0.65 | 23.61 | 0.52 | 0.23 |
| Hex | 59 | 34 | 1C | 0 | 2A | 45 | 41 | 18 | 34 | 17 |
| Octal | 131 | 64 | 34 | 0 | 52 | 105 | 101 | 30 | 64 | 27 |
| Binary | 1011001 | 110100 | 11100 | 0 | 101010 | 1000101 | 1000001 | 11000 | 110100 | 10111 |
Color Harmonies of #59341C
Complementary color
Monochromatic Colors of #59341C
Black with #59341C
Text Example
Text Example
White with #59341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59341C; }
p { color: rgb(89,52,28); }
H1.HeaderClassName
{
color: #59341C;
}
.AnyTagClassName
{
color: #59341C;
}
</style>
background-color css
<style>
a { background-color: #59341C; }
a { background-color: rgb(89,52,28); }
div.DivClassName
{
background-color: #59341C;
}
.BgClassName
{
background-color: #59341C;
}
</style>
border-color css
<style>
span { border-color: #59341C; }
span { border-color: rgb(89,52,28); }
td.TdClassName
{
border-color: #59341C;
}
.TagClassName
{
border-color: #59341C;
}
</style>