Shades of Brown Bramble #51371B
Tints of Brown Bramble #51371B
RGB
CMYK
RGB Variations
Color information
#51371B (or 0x51371B) is known color: Brown Bramble. HEX triplet: 51, 37 and 1B. RGB value is (81,55,27). Sum of RGB (Red+Green+Blue) = 81+55+27=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51371B is #AEC8E4. Grayscale: #3B3B3B. Windows color (decimal): -11454693 or 1783633. OLE color: 1783633.
HSL color Cylindrical-coordinate representation of color #51371B: hue angle of 31.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51371B is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 55 | 27 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.68 |
| HSL | 31.11º | 0.5% | 0.21% | - |
| HSV(B) | 31.11º | 0.67% | 0.32% | - |
| XYZ | 4.96 | 4.56 | 1.66 | - |
| YUV | 59.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 55 | 27 | 0 | 0.32 | 0.67 | 0.68 | 31.11 | 0.5 | 0.21 |
| Hex | 51 | 37 | 1B | 0 | 20 | 43 | 44 | 1F | 32 | 15 |
| Octal | 121 | 67 | 33 | 0 | 40 | 103 | 104 | 37 | 62 | 25 |
| Binary | 1010001 | 110111 | 11011 | 0 | 100000 | 1000011 | 1000100 | 11111 | 110010 | 10101 |
Color Harmonies of #51371B
Complementary color
Monochromatic Colors of #51371B
Black with #51371B
Text Example
Text Example
White with #51371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51371B; }
p { color: rgb(81,55,27); }
H1.HeaderClassName
{
color: #51371B;
}
.AnyTagClassName
{
color: #51371B;
}
</style>
background-color css
<style>
a { background-color: #51371B; }
a { background-color: rgb(81,55,27); }
div.DivClassName
{
background-color: #51371B;
}
.BgClassName
{
background-color: #51371B;
}
</style>
border-color css
<style>
span { border-color: #51371B; }
span { border-color: rgb(81,55,27); }
td.TdClassName
{
border-color: #51371B;
}
.TagClassName
{
border-color: #51371B;
}
</style>