Shades of Brown Bramble #51371D
Tints of Brown Bramble #51371D
RGB
CMYK
RGB Variations
Color information
#51371D (or 0x51371D) is known color: Brown Bramble. HEX triplet: 51, 37 and 1D. RGB value is (81,55,29). Sum of RGB (Red+Green+Blue) = 81+55+29=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51371D is #AEC8E2. Grayscale: #3B3B3B. Windows color (decimal): -11454691 or 1914705. OLE color: 1914705.
HSL color Cylindrical-coordinate representation of color #51371D: hue angle of 30º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51371D is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 55 | 29 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.68 |
| HSL | 30º | 0.47% | 0.22% | - |
| HSV(B) | 30º | 0.64% | 0.32% | - |
| XYZ | 4.98 | 4.57 | 1.78 | - |
| YUV | 59.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 29 | 0 | 0.32 | 0.64 | 0.68 | 30 | 0.47 | 0.22 |
| Hex | 51 | 37 | 1D | 0 | 20 | 40 | 44 | 1E | 2F | 16 |
| Octal | 121 | 67 | 35 | 0 | 40 | 100 | 104 | 36 | 57 | 26 |
| Binary | 1010001 | 110111 | 11101 | 0 | 100000 | 1000000 | 1000100 | 11110 | 101111 | 10110 |
Color Harmonies of #51371D
Complementary color
Monochromatic Colors of #51371D
Black with #51371D
Text Example
Text Example
White with #51371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51371D; }
p { color: rgb(81,55,29); }
H1.HeaderClassName
{
color: #51371D;
}
.AnyTagClassName
{
color: #51371D;
}
</style>
background-color css
<style>
a { background-color: #51371D; }
a { background-color: rgb(81,55,29); }
div.DivClassName
{
background-color: #51371D;
}
.BgClassName
{
background-color: #51371D;
}
</style>
border-color css
<style>
span { border-color: #51371D; }
span { border-color: rgb(81,55,29); }
td.TdClassName
{
border-color: #51371D;
}
.TagClassName
{
border-color: #51371D;
}
</style>