Shades of Brown Bramble #51341E
Tints of Brown Bramble #51341E
RGB
CMYK
RGB Variations
Color information
#51341E (or 0x51341E) is known color: Brown Bramble. HEX triplet: 51, 34 and 1E. RGB value is (81,52,30). Sum of RGB (Red+Green+Blue) = 81+52+30=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51341E is #AECBE1. Grayscale: #3A3A3A. Windows color (decimal): -11455458 or 1979473. OLE color: 1979473.
HSL color Cylindrical-coordinate representation of color #51341E: hue angle of 25.88º 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 #51341E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 52 | 30 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.68 |
| HSL | 25.88º | 0.46% | 0.22% | - |
| HSV(B) | 25.88º | 0.63% | 0.32% | - |
| XYZ | 4.86 | 4.3 | 1.8 | - |
| YUV | 58.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 30 | 0 | 0.36 | 0.63 | 0.68 | 25.88 | 0.46 | 0.22 |
| Hex | 51 | 34 | 1E | 0 | 24 | 3F | 44 | 1A | 2E | 16 |
| Octal | 121 | 64 | 36 | 0 | 44 | 77 | 104 | 32 | 56 | 26 |
| Binary | 1010001 | 110100 | 11110 | 0 | 100100 | 111111 | 1000100 | 11010 | 101110 | 10110 |
Color Harmonies of #51341E
Complementary color
Monochromatic Colors of #51341E
Black with #51341E
Text Example
Text Example
White with #51341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51341E; }
p { color: rgb(81,52,30); }
H1.HeaderClassName
{
color: #51341E;
}
.AnyTagClassName
{
color: #51341E;
}
</style>
background-color css
<style>
a { background-color: #51341E; }
a { background-color: rgb(81,52,30); }
div.DivClassName
{
background-color: #51341E;
}
.BgClassName
{
background-color: #51341E;
}
</style>
border-color css
<style>
span { border-color: #51341E; }
span { border-color: rgb(81,52,30); }
td.TdClassName
{
border-color: #51341E;
}
.TagClassName
{
border-color: #51341E;
}
</style>