Shades of Baker's Chocolate #57300A
Tints of Baker's Chocolate #57300A
RGB
CMYK
RGB Variations
Color information
#57300A (or 0x57300A) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 0A. RGB value is (87,48,10). Sum of RGB (Red+Green+Blue) = 87+48+10=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #57300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57300A is #A8CFF5. Grayscale: #373737. Windows color (decimal): -11063286 or 667735. OLE color: 667735.
HSL color Cylindrical-coordinate representation of color #57300A: hue angle of 29.61º 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 #57300A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 48 | 10 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.66 |
| HSL | 29.61º | 0.79% | 0.19% | - |
| HSV(B) | 29.61º | 0.89% | 0.34% | - |
| XYZ | 5.04 | 4.16 | 0.82 | - |
| YUV | 55.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 10 | 0 | 0.45 | 0.89 | 0.66 | 29.61 | 0.79 | 0.19 |
| Hex | 57 | 30 | A | 0 | 2D | 59 | 42 | 1E | 4F | 13 |
| Octal | 127 | 60 | 12 | 0 | 55 | 131 | 102 | 36 | 117 | 23 |
| Binary | 1010111 | 110000 | 1010 | 0 | 101101 | 1011001 | 1000010 | 11110 | 1001111 | 10011 |
Color Harmonies of #57300A
Complementary color
Monochromatic Colors of #57300A
Black with #57300A
Text Example
Text Example
White with #57300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57300A; }
p { color: rgb(87,48,10); }
H1.HeaderClassName
{
color: #57300A;
}
.AnyTagClassName
{
color: #57300A;
}
</style>
background-color css
<style>
a { background-color: #57300A; }
a { background-color: rgb(87,48,10); }
div.DivClassName
{
background-color: #57300A;
}
.BgClassName
{
background-color: #57300A;
}
</style>
border-color css
<style>
span { border-color: #57300A; }
span { border-color: rgb(87,48,10); }
td.TdClassName
{
border-color: #57300A;
}
.TagClassName
{
border-color: #57300A;
}
</style>