Shades of Brown Bramble #51361A
Tints of Brown Bramble #51361A
RGB
CMYK
RGB Variations
Color information
#51361A (or 0x51361A) is known color: Brown Bramble. HEX triplet: 51, 36 and 1A. RGB value is (81,54,26). Sum of RGB (Red+Green+Blue) = 81+54+26=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51361A is #AEC9E5. Grayscale: #3B3B3B. Windows color (decimal): -11454950 or 1717841. OLE color: 1717841.
HSL color Cylindrical-coordinate representation of color #51361A: hue angle of 30.55º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51361A is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 54 | 26 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.68 |
| HSL | 30.55º | 0.51% | 0.21% | - |
| HSV(B) | 30.55º | 0.68% | 0.32% | - |
| XYZ | 4.9 | 4.46 | 1.58 | - |
| YUV | 58.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 26 | 0 | 0.33 | 0.68 | 0.68 | 30.55 | 0.51 | 0.21 |
| Hex | 51 | 36 | 1A | 0 | 21 | 44 | 44 | 1F | 33 | 15 |
| Octal | 121 | 66 | 32 | 0 | 41 | 104 | 104 | 37 | 63 | 25 |
| Binary | 1010001 | 110110 | 11010 | 0 | 100001 | 1000100 | 1000100 | 11111 | 110011 | 10101 |
Color Harmonies of #51361A
Complementary color
Monochromatic Colors of #51361A
Black with #51361A
Text Example
Text Example
White with #51361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51361A; }
p { color: rgb(81,54,26); }
H1.HeaderClassName
{
color: #51361A;
}
.AnyTagClassName
{
color: #51361A;
}
</style>
background-color css
<style>
a { background-color: #51361A; }
a { background-color: rgb(81,54,26); }
div.DivClassName
{
background-color: #51361A;
}
.BgClassName
{
background-color: #51361A;
}
</style>
border-color css
<style>
span { border-color: #51361A; }
span { border-color: rgb(81,54,26); }
td.TdClassName
{
border-color: #51361A;
}
.TagClassName
{
border-color: #51361A;
}
</style>