Shades of Baker's Chocolate #57330A
Tints of Baker's Chocolate #57330A
RGB
CMYK
RGB Variations
Color information
#57330A (or 0x57330A) is known color: Baker's Chocolate. HEX triplet: 57, 33 and 0A. RGB value is (87,51,10). Sum of RGB (Red+Green+Blue) = 87+51+10=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57330A is #A8CCF5. Grayscale: #393939. Windows color (decimal): -11062518 or 668503. OLE color: 668503.
HSL color Cylindrical-coordinate representation of color #57330A: hue angle of 31.95º 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 #57330A is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 51 | 10 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.66 |
| HSL | 31.95º | 0.79% | 0.19% | - |
| HSV(B) | 31.95º | 0.89% | 0.34% | - |
| XYZ | 5.17 | 4.42 | 0.87 | - |
| YUV | 57.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 10 | 0 | 0.41 | 0.89 | 0.66 | 31.95 | 0.79 | 0.19 |
| Hex | 57 | 33 | A | 0 | 29 | 59 | 42 | 20 | 4F | 13 |
| Octal | 127 | 63 | 12 | 0 | 51 | 131 | 102 | 40 | 117 | 23 |
| Binary | 1010111 | 110011 | 1010 | 0 | 101001 | 1011001 | 1000010 | 100000 | 1001111 | 10011 |
Color Harmonies of #57330A
Complementary color
Monochromatic Colors of #57330A
Black with #57330A
Text Example
Text Example
White with #57330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57330A; }
p { color: rgb(87,51,10); }
H1.HeaderClassName
{
color: #57330A;
}
.AnyTagClassName
{
color: #57330A;
}
</style>
background-color css
<style>
a { background-color: #57330A; }
a { background-color: rgb(87,51,10); }
div.DivClassName
{
background-color: #57330A;
}
.BgClassName
{
background-color: #57330A;
}
</style>
border-color css
<style>
span { border-color: #57330A; }
span { border-color: rgb(87,51,10); }
td.TdClassName
{
border-color: #57330A;
}
.TagClassName
{
border-color: #57330A;
}
</style>