Shades of Brown Bramble #51371E
Tints of Brown Bramble #51371E
RGB
CMYK
RGB Variations
Color information
#51371E (or 0x51371E) is known color: Brown Bramble. HEX triplet: 51, 37 and 1E. RGB value is (81,55,30). Sum of RGB (Red+Green+Blue) = 81+55+30=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #51371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51371E is #AEC8E1. Grayscale: #3C3C3C. Windows color (decimal): -11454690 or 1980241. OLE color: 1980241.
HSL color Cylindrical-coordinate representation of color #51371E: hue angle of 29.41º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51371E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 55 | 30 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.68 |
| HSL | 29.41º | 0.46% | 0.22% | - |
| HSV(B) | 29.41º | 0.63% | 0.32% | - |
| XYZ | 4.99 | 4.58 | 1.85 | - |
| YUV | 59.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 30 | 0 | 0.32 | 0.63 | 0.68 | 29.41 | 0.46 | 0.22 |
| Hex | 51 | 37 | 1E | 0 | 20 | 3F | 44 | 1D | 2E | 16 |
| Octal | 121 | 67 | 36 | 0 | 40 | 77 | 104 | 35 | 56 | 26 |
| Binary | 1010001 | 110111 | 11110 | 0 | 100000 | 111111 | 1000100 | 11101 | 101110 | 10110 |
Color Harmonies of #51371E
Complementary color
Monochromatic Colors of #51371E
Black with #51371E
Text Example
Text Example
White with #51371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51371E; }
p { color: rgb(81,55,30); }
H1.HeaderClassName
{
color: #51371E;
}
.AnyTagClassName
{
color: #51371E;
}
</style>
background-color css
<style>
a { background-color: #51371E; }
a { background-color: rgb(81,55,30); }
div.DivClassName
{
background-color: #51371E;
}
.BgClassName
{
background-color: #51371E;
}
</style>
border-color css
<style>
span { border-color: #51371E; }
span { border-color: rgb(81,55,30); }
td.TdClassName
{
border-color: #51371E;
}
.TagClassName
{
border-color: #51371E;
}
</style>