Shades of Baker's Chocolate #59300B
Tints of Baker's Chocolate #59300B
RGB
CMYK
RGB Variations
Color information
#59300B (or 0x59300B) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 0B. RGB value is (89,48,11). Sum of RGB (Red+Green+Blue) = 89+48+11=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59300B is #A6CFF4. Grayscale: #383838. Windows color (decimal): -10932213 or 733273. OLE color: 733273.
HSL color Cylindrical-coordinate representation of color #59300B: hue angle of 28.46º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59300B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 11 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.65 |
| HSL | 28.46º | 0.78% | 0.2% | - |
| HSV(B) | 28.46º | 0.88% | 0.35% | - |
| XYZ | 5.24 | 4.26 | 0.86 | - |
| YUV | 56.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 11 | 0 | 0.46 | 0.88 | 0.65 | 28.46 | 0.78 | 0.2 |
| Hex | 59 | 30 | B | 0 | 2E | 58 | 41 | 1C | 4E | 14 |
| Octal | 131 | 60 | 13 | 0 | 56 | 130 | 101 | 34 | 116 | 24 |
| Binary | 1011001 | 110000 | 1011 | 0 | 101110 | 1011000 | 1000001 | 11100 | 1001110 | 10100 |
Color Harmonies of #59300B
Complementary color
Monochromatic Colors of #59300B
Black with #59300B
Text Example
Text Example
White with #59300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59300B; }
p { color: rgb(89,48,11); }
H1.HeaderClassName
{
color: #59300B;
}
.AnyTagClassName
{
color: #59300B;
}
</style>
background-color css
<style>
a { background-color: #59300B; }
a { background-color: rgb(89,48,11); }
div.DivClassName
{
background-color: #59300B;
}
.BgClassName
{
background-color: #59300B;
}
</style>
border-color css
<style>
span { border-color: #59300B; }
span { border-color: rgb(89,48,11); }
td.TdClassName
{
border-color: #59300B;
}
.TagClassName
{
border-color: #59300B;
}
</style>