Shades of Baker's Chocolate #57300F
Tints of Baker's Chocolate #57300F
RGB
CMYK
RGB Variations
Color information
#57300F (or 0x57300F) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 0F. RGB value is (87,48,15). Sum of RGB (Red+Green+Blue) = 87+48+15=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57300F is #A8CFF0. Grayscale: #383838. Windows color (decimal): -11063281 or 995415. OLE color: 995415.
HSL color Cylindrical-coordinate representation of color #57300F: hue angle of 27.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57300F is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 48 | 15 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.66 |
| HSL | 27.5º | 0.71% | 0.2% | - |
| HSV(B) | 27.5º | 0.83% | 0.34% | - |
| XYZ | 5.07 | 4.17 | 0.99 | - |
| YUV | 55.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 15 | 0 | 0.45 | 0.83 | 0.66 | 27.5 | 0.71 | 0.2 |
| Hex | 57 | 30 | F | 0 | 2D | 53 | 42 | 1C | 47 | 14 |
| Octal | 127 | 60 | 17 | 0 | 55 | 123 | 102 | 34 | 107 | 24 |
| Binary | 1010111 | 110000 | 1111 | 0 | 101101 | 1010011 | 1000010 | 11100 | 1000111 | 10100 |
Color Harmonies of #57300F
Complementary color
Monochromatic Colors of #57300F
Black with #57300F
Text Example
Text Example
White with #57300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57300F; }
p { color: rgb(87,48,15); }
H1.HeaderClassName
{
color: #57300F;
}
.AnyTagClassName
{
color: #57300F;
}
</style>
background-color css
<style>
a { background-color: #57300F; }
a { background-color: rgb(87,48,15); }
div.DivClassName
{
background-color: #57300F;
}
.BgClassName
{
background-color: #57300F;
}
</style>
border-color css
<style>
span { border-color: #57300F; }
span { border-color: rgb(87,48,15); }
td.TdClassName
{
border-color: #57300F;
}
.TagClassName
{
border-color: #57300F;
}
</style>