Shades of Baker's Chocolate #59301A
Tints of Baker's Chocolate #59301A
RGB
CMYK
RGB Variations
Color information
#59301A (or 0x59301A) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 1A. RGB value is (89,48,26). Sum of RGB (Red+Green+Blue) = 89+48+26=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59301A is #A6CFE5. Grayscale: #393939. Windows color (decimal): -10932198 or 1716313. OLE color: 1716313.
HSL color Cylindrical-coordinate representation of color #59301A: hue angle of 20.95º 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 #59301A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 26 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.65 |
| HSL | 20.95º | 0.55% | 0.23% | - |
| HSV(B) | 20.95º | 0.71% | 0.35% | - |
| XYZ | 5.36 | 4.31 | 1.53 | - |
| YUV | 57.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 26 | 0 | 0.46 | 0.71 | 0.65 | 20.95 | 0.55 | 0.23 |
| Hex | 59 | 30 | 1A | 0 | 2E | 47 | 41 | 15 | 37 | 17 |
| Octal | 131 | 60 | 32 | 0 | 56 | 107 | 101 | 25 | 67 | 27 |
| Binary | 1011001 | 110000 | 11010 | 0 | 101110 | 1000111 | 1000001 | 10101 | 110111 | 10111 |
Color Harmonies of #59301A
Complementary color
Monochromatic Colors of #59301A
Black with #59301A
Text Example
Text Example
White with #59301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59301A; }
p { color: rgb(89,48,26); }
H1.HeaderClassName
{
color: #59301A;
}
.AnyTagClassName
{
color: #59301A;
}
</style>
background-color css
<style>
a { background-color: #59301A; }
a { background-color: rgb(89,48,26); }
div.DivClassName
{
background-color: #59301A;
}
.BgClassName
{
background-color: #59301A;
}
</style>
border-color css
<style>
span { border-color: #59301A; }
span { border-color: rgb(89,48,26); }
td.TdClassName
{
border-color: #59301A;
}
.TagClassName
{
border-color: #59301A;
}
</style>