Shades of Baker's Chocolate #59351C
Tints of Baker's Chocolate #59351C
RGB
CMYK
RGB Variations
Color information
#59351C (or 0x59351C) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 1C. RGB value is (89,53,28). Sum of RGB (Red+Green+Blue) = 89+53+28=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59351C is #A6CAE3. Grayscale: #3D3D3D. Windows color (decimal): -10930916 or 1848665. OLE color: 1848665.
HSL color Cylindrical-coordinate representation of color #59351C: hue angle of 24.59º 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 #59351C is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 28 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.65 |
| HSL | 24.59º | 0.52% | 0.23% | - |
| HSV(B) | 24.59º | 0.69% | 0.35% | - |
| XYZ | 5.6 | 4.75 | 1.72 | - |
| YUV | 60.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 28 | 0 | 0.40 | 0.69 | 0.65 | 24.59 | 0.52 | 0.23 |
| Hex | 59 | 35 | 1C | 0 | 28 | 45 | 41 | 19 | 34 | 17 |
| Octal | 131 | 65 | 34 | 0 | 50 | 105 | 101 | 31 | 64 | 27 |
| Binary | 1011001 | 110101 | 11100 | 0 | 101000 | 1000101 | 1000001 | 11001 | 110100 | 10111 |
Color Harmonies of #59351C
Complementary color
Monochromatic Colors of #59351C
Black with #59351C
Text Example
Text Example
White with #59351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59351C; }
p { color: rgb(89,53,28); }
H1.HeaderClassName
{
color: #59351C;
}
.AnyTagClassName
{
color: #59351C;
}
</style>
background-color css
<style>
a { background-color: #59351C; }
a { background-color: rgb(89,53,28); }
div.DivClassName
{
background-color: #59351C;
}
.BgClassName
{
background-color: #59351C;
}
</style>
border-color css
<style>
span { border-color: #59351C; }
span { border-color: rgb(89,53,28); }
td.TdClassName
{
border-color: #59351C;
}
.TagClassName
{
border-color: #59351C;
}
</style>