Shades of Baker's Chocolate #57381A
Tints of Baker's Chocolate #57381A
RGB
CMYK
RGB Variations
Color information
#57381A (or 0x57381A) is known color: Baker's Chocolate. HEX triplet: 57, 38 and 1A. RGB value is (87,56,26). Sum of RGB (Red+Green+Blue) = 87+56+26=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #57381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57381A is #A8C7E5. Grayscale: #3E3E3E. Windows color (decimal): -11061222 or 1718359. OLE color: 1718359.
HSL color Cylindrical-coordinate representation of color #57381A: hue angle of 29.51º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57381A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 56 | 26 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.66 |
| HSL | 29.51º | 0.54% | 0.22% | - |
| HSV(B) | 29.51º | 0.7% | 0.34% | - |
| XYZ | 5.53 | 4.93 | 1.64 | - |
| YUV | 61.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 26 | 0 | 0.36 | 0.70 | 0.66 | 29.51 | 0.54 | 0.22 |
| Hex | 57 | 38 | 1A | 0 | 24 | 46 | 42 | 1E | 36 | 16 |
| Octal | 127 | 70 | 32 | 0 | 44 | 106 | 102 | 36 | 66 | 26 |
| Binary | 1010111 | 111000 | 11010 | 0 | 100100 | 1000110 | 1000010 | 11110 | 110110 | 10110 |
Color Harmonies of #57381A
Complementary color
Monochromatic Colors of #57381A
Black with #57381A
Text Example
Text Example
White with #57381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57381A; }
p { color: rgb(87,56,26); }
H1.HeaderClassName
{
color: #57381A;
}
.AnyTagClassName
{
color: #57381A;
}
</style>
background-color css
<style>
a { background-color: #57381A; }
a { background-color: rgb(87,56,26); }
div.DivClassName
{
background-color: #57381A;
}
.BgClassName
{
background-color: #57381A;
}
</style>
border-color css
<style>
span { border-color: #57381A; }
span { border-color: rgb(87,56,26); }
td.TdClassName
{
border-color: #57381A;
}
.TagClassName
{
border-color: #57381A;
}
</style>