Shades of Baker's Chocolate #57350A
Tints of Baker's Chocolate #57350A
RGB
CMYK
RGB Variations
Color information
#57350A (or 0x57350A) is known color: Baker's Chocolate. HEX triplet: 57, 35 and 0A. RGB value is (87,53,10). Sum of RGB (Red+Green+Blue) = 87+53+10=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57350A is #A8CAF5. Grayscale: #3A3A3A. Windows color (decimal): -11062006 or 669015. OLE color: 669015.
HSL color Cylindrical-coordinate representation of color #57350A: hue angle of 33.51º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57350A is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 53 | 10 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.66 |
| HSL | 33.51º | 0.79% | 0.19% | - |
| HSV(B) | 33.51º | 0.89% | 0.34% | - |
| XYZ | 5.26 | 4.59 | 0.9 | - |
| YUV | 58.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 10 | 0 | 0.39 | 0.89 | 0.66 | 33.51 | 0.79 | 0.19 |
| Hex | 57 | 35 | A | 0 | 27 | 59 | 42 | 22 | 4F | 13 |
| Octal | 127 | 65 | 12 | 0 | 47 | 131 | 102 | 42 | 117 | 23 |
| Binary | 1010111 | 110101 | 1010 | 0 | 100111 | 1011001 | 1000010 | 100010 | 1001111 | 10011 |
Color Harmonies of #57350A
Complementary color
Monochromatic Colors of #57350A
Black with #57350A
Text Example
Text Example
White with #57350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57350A; }
p { color: rgb(87,53,10); }
H1.HeaderClassName
{
color: #57350A;
}
.AnyTagClassName
{
color: #57350A;
}
</style>
background-color css
<style>
a { background-color: #57350A; }
a { background-color: rgb(87,53,10); }
div.DivClassName
{
background-color: #57350A;
}
.BgClassName
{
background-color: #57350A;
}
</style>
border-color css
<style>
span { border-color: #57350A; }
span { border-color: rgb(87,53,10); }
td.TdClassName
{
border-color: #57350A;
}
.TagClassName
{
border-color: #57350A;
}
</style>