Shades of Baker's Chocolate #59341A
Tints of Baker's Chocolate #59341A
RGB
CMYK
RGB Variations
Color information
#59341A (or 0x59341A) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 1A. RGB value is (89,52,26). Sum of RGB (Red+Green+Blue) = 89+52+26=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59341A is #A6CBE5. Grayscale: #3C3C3C. Windows color (decimal): -10931174 or 1717337. OLE color: 1717337.
HSL color Cylindrical-coordinate representation of color #59341A: hue angle of 24.76º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59341A is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 52 | 26 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.65 |
| HSL | 24.76º | 0.55% | 0.23% | - |
| HSV(B) | 24.76º | 0.71% | 0.35% | - |
| XYZ | 5.53 | 4.65 | 1.58 | - |
| YUV | 60.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 26 | 0 | 0.42 | 0.71 | 0.65 | 24.76 | 0.55 | 0.23 |
| Hex | 59 | 34 | 1A | 0 | 2A | 47 | 41 | 19 | 37 | 17 |
| Octal | 131 | 64 | 32 | 0 | 52 | 107 | 101 | 31 | 67 | 27 |
| Binary | 1011001 | 110100 | 11010 | 0 | 101010 | 1000111 | 1000001 | 11001 | 110111 | 10111 |
Color Harmonies of #59341A
Complementary color
Monochromatic Colors of #59341A
Black with #59341A
Text Example
Text Example
White with #59341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59341A; }
p { color: rgb(89,52,26); }
H1.HeaderClassName
{
color: #59341A;
}
.AnyTagClassName
{
color: #59341A;
}
</style>
background-color css
<style>
a { background-color: #59341A; }
a { background-color: rgb(89,52,26); }
div.DivClassName
{
background-color: #59341A;
}
.BgClassName
{
background-color: #59341A;
}
</style>
border-color css
<style>
span { border-color: #59341A; }
span { border-color: rgb(89,52,26); }
td.TdClassName
{
border-color: #59341A;
}
.TagClassName
{
border-color: #59341A;
}
</style>