Shades of Brown Bramble #57351E
Tints of Brown Bramble #57351E
RGB
CMYK
RGB Variations
Color information
#57351E (or 0x57351E) is known color: Brown Bramble. HEX triplet: 57, 35 and 1E. RGB value is (87,53,30). Sum of RGB (Red+Green+Blue) = 87+53+30=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57351E is #A8CAE1. Grayscale: #3C3C3C. Windows color (decimal): -11061986 or 1979735. OLE color: 1979735.
HSL color Cylindrical-coordinate representation of color #57351E: hue angle of 24.21º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57351E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 53 | 30 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.66 |
| HSL | 24.21º | 0.49% | 0.23% | - |
| HSV(B) | 24.21º | 0.66% | 0.34% | - |
| XYZ | 5.44 | 4.67 | 1.84 | - |
| YUV | 60.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 30 | 0 | 0.39 | 0.66 | 0.66 | 24.21 | 0.49 | 0.23 |
| Hex | 57 | 35 | 1E | 0 | 27 | 42 | 42 | 18 | 31 | 17 |
| Octal | 127 | 65 | 36 | 0 | 47 | 102 | 102 | 30 | 61 | 27 |
| Binary | 1010111 | 110101 | 11110 | 0 | 100111 | 1000010 | 1000010 | 11000 | 110001 | 10111 |
Color Harmonies of #57351E
Complementary color
Monochromatic Colors of #57351E
Black with #57351E
Text Example
Text Example
White with #57351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57351E; }
p { color: rgb(87,53,30); }
H1.HeaderClassName
{
color: #57351E;
}
.AnyTagClassName
{
color: #57351E;
}
</style>
background-color css
<style>
a { background-color: #57351E; }
a { background-color: rgb(87,53,30); }
div.DivClassName
{
background-color: #57351E;
}
.BgClassName
{
background-color: #57351E;
}
</style>
border-color css
<style>
span { border-color: #57351E; }
span { border-color: rgb(87,53,30); }
td.TdClassName
{
border-color: #57351E;
}
.TagClassName
{
border-color: #57351E;
}
</style>