Shades of Brown Bramble #57361F
Tints of Brown Bramble #57361F
RGB
CMYK
RGB Variations
Color information
#57361F (or 0x57361F) is known color: Brown Bramble. HEX triplet: 57, 36 and 1F. RGB value is (87,54,31). Sum of RGB (Red+Green+Blue) = 87+54+31=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #57361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57361F is #A8C9E0. Grayscale: #3D3D3D. Windows color (decimal): -11061729 or 2045527. OLE color: 2045527.
HSL color Cylindrical-coordinate representation of color #57361F: hue angle of 24.64º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57361F is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 54 | 31 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.66 |
| HSL | 24.64º | 0.47% | 0.23% | - |
| HSV(B) | 24.64º | 0.64% | 0.34% | - |
| XYZ | 5.5 | 4.76 | 1.93 | - |
| YUV | 61.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 31 | 0 | 0.38 | 0.64 | 0.66 | 24.64 | 0.47 | 0.23 |
| Hex | 57 | 36 | 1F | 0 | 26 | 40 | 42 | 19 | 2F | 17 |
| Octal | 127 | 66 | 37 | 0 | 46 | 100 | 102 | 31 | 57 | 27 |
| Binary | 1010111 | 110110 | 11111 | 0 | 100110 | 1000000 | 1000010 | 11001 | 101111 | 10111 |
Color Harmonies of #57361F
Complementary color
Monochromatic Colors of #57361F
Black with #57361F
Text Example
Text Example
White with #57361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57361F; }
p { color: rgb(87,54,31); }
H1.HeaderClassName
{
color: #57361F;
}
.AnyTagClassName
{
color: #57361F;
}
</style>
background-color css
<style>
a { background-color: #57361F; }
a { background-color: rgb(87,54,31); }
div.DivClassName
{
background-color: #57361F;
}
.BgClassName
{
background-color: #57361F;
}
</style>
border-color css
<style>
span { border-color: #57361F; }
span { border-color: rgb(87,54,31); }
td.TdClassName
{
border-color: #57361F;
}
.TagClassName
{
border-color: #57361F;
}
</style>