Shades of Baker's Chocolate #57361A
Tints of Baker's Chocolate #57361A
RGB
CMYK
RGB Variations
Color information
#57361A (or 0x57361A) is known color: Baker's Chocolate. HEX triplet: 57, 36 and 1A. RGB value is (87,54,26). Sum of RGB (Red+Green+Blue) = 87+54+26=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57361A is #A8C9E5. Grayscale: #3C3C3C. Windows color (decimal): -11061734 or 1717847. OLE color: 1717847.
HSL color Cylindrical-coordinate representation of color #57361A: hue angle of 27.54º 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 #57361A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 54 | 26 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.66 |
| HSL | 27.54º | 0.54% | 0.22% | - |
| HSV(B) | 27.54º | 0.7% | 0.34% | - |
| XYZ | 5.44 | 4.74 | 1.61 | - |
| YUV | 60.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 26 | 0 | 0.38 | 0.70 | 0.66 | 27.54 | 0.54 | 0.22 |
| Hex | 57 | 36 | 1A | 0 | 26 | 46 | 42 | 1C | 36 | 16 |
| Octal | 127 | 66 | 32 | 0 | 46 | 106 | 102 | 34 | 66 | 26 |
| Binary | 1010111 | 110110 | 11010 | 0 | 100110 | 1000110 | 1000010 | 11100 | 110110 | 10110 |
Color Harmonies of #57361A
Complementary color
Monochromatic Colors of #57361A
Black with #57361A
Text Example
Text Example
White with #57361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57361A; }
p { color: rgb(87,54,26); }
H1.HeaderClassName
{
color: #57361A;
}
.AnyTagClassName
{
color: #57361A;
}
</style>
background-color css
<style>
a { background-color: #57361A; }
a { background-color: rgb(87,54,26); }
div.DivClassName
{
background-color: #57361A;
}
.BgClassName
{
background-color: #57361A;
}
</style>
border-color css
<style>
span { border-color: #57361A; }
span { border-color: rgb(87,54,26); }
td.TdClassName
{
border-color: #57361A;
}
.TagClassName
{
border-color: #57361A;
}
</style>