Shades of Brown Bramble #57311C
Tints of Brown Bramble #57311C
RGB
CMYK
RGB Variations
Color information
#57311C (or 0x57311C) is known color: Brown Bramble. HEX triplet: 57, 31 and 1C. RGB value is (87,49,28). Sum of RGB (Red+Green+Blue) = 87+49+28=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57311C is #A8CEE3. Grayscale: #3A3A3A. Windows color (decimal): -11063012 or 1847639. OLE color: 1847639.
HSL color Cylindrical-coordinate representation of color #57311C: hue angle of 21.36º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57311C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 49 | 28 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.66 |
| HSL | 21.36º | 0.51% | 0.23% | - |
| HSV(B) | 21.36º | 0.68% | 0.34% | - |
| XYZ | 5.24 | 4.31 | 1.65 | - |
| YUV | 57.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 28 | 0 | 0.44 | 0.68 | 0.66 | 21.36 | 0.51 | 0.23 |
| Hex | 57 | 31 | 1C | 0 | 2C | 44 | 42 | 15 | 33 | 17 |
| Octal | 127 | 61 | 34 | 0 | 54 | 104 | 102 | 25 | 63 | 27 |
| Binary | 1010111 | 110001 | 11100 | 0 | 101100 | 1000100 | 1000010 | 10101 | 110011 | 10111 |
Color Harmonies of #57311C
Complementary color
Monochromatic Colors of #57311C
Black with #57311C
Text Example
Text Example
White with #57311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57311C; }
p { color: rgb(87,49,28); }
H1.HeaderClassName
{
color: #57311C;
}
.AnyTagClassName
{
color: #57311C;
}
</style>
background-color css
<style>
a { background-color: #57311C; }
a { background-color: rgb(87,49,28); }
div.DivClassName
{
background-color: #57311C;
}
.BgClassName
{
background-color: #57311C;
}
</style>
border-color css
<style>
span { border-color: #57311C; }
span { border-color: rgb(87,49,28); }
td.TdClassName
{
border-color: #57311C;
}
.TagClassName
{
border-color: #57311C;
}
</style>