Shades of Baker's Chocolate #57250B
Tints of Baker's Chocolate #57250B
RGB
CMYK
RGB Variations
Color information
#57250B (or 0x57250B) is known color: Baker's Chocolate. HEX triplet: 57, 25 and 0B. RGB value is (87,37,11). Sum of RGB (Red+Green+Blue) = 87+37+11=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57250B is #A8DAF4. Grayscale: #313131. Windows color (decimal): -11066101 or 730455. OLE color: 730455.
HSL color Cylindrical-coordinate representation of color #57250B: hue angle of 20.53º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57250B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 37 | 11 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.66 |
| HSL | 20.53º | 0.78% | 0.19% | - |
| HSV(B) | 20.53º | 0.87% | 0.34% | - |
| XYZ | 4.65 | 3.37 | 0.72 | - |
| YUV | 48.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 11 | 0 | 0.57 | 0.87 | 0.66 | 20.53 | 0.78 | 0.19 |
| Hex | 57 | 25 | B | 0 | 39 | 57 | 42 | 15 | 4E | 13 |
| Octal | 127 | 45 | 13 | 0 | 71 | 127 | 102 | 25 | 116 | 23 |
| Binary | 1010111 | 100101 | 1011 | 0 | 111001 | 1010111 | 1000010 | 10101 | 1001110 | 10011 |
Color Harmonies of #57250B
Complementary color
Monochromatic Colors of #57250B
Black with #57250B
Text Example
Text Example
White with #57250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57250B; }
p { color: rgb(87,37,11); }
H1.HeaderClassName
{
color: #57250B;
}
.AnyTagClassName
{
color: #57250B;
}
</style>
background-color css
<style>
a { background-color: #57250B; }
a { background-color: rgb(87,37,11); }
div.DivClassName
{
background-color: #57250B;
}
.BgClassName
{
background-color: #57250B;
}
</style>
border-color css
<style>
span { border-color: #57250B; }
span { border-color: rgb(87,37,11); }
td.TdClassName
{
border-color: #57250B;
}
.TagClassName
{
border-color: #57250B;
}
</style>