Shades of Brown Bramble #51381A
Tints of Brown Bramble #51381A
RGB
CMYK
RGB Variations
Color information
#51381A (or 0x51381A) is known color: Brown Bramble. HEX triplet: 51, 38 and 1A. RGB value is (81,56,26). Sum of RGB (Red+Green+Blue) = 81+56+26=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51381A is #AEC7E5. Grayscale: #3C3C3C. Windows color (decimal): -11454438 or 1718353. OLE color: 1718353.
HSL color Cylindrical-coordinate representation of color #51381A: hue angle of 32.73º 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 #51381A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 56 | 26 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.68 |
| HSL | 32.73º | 0.51% | 0.21% | - |
| HSV(B) | 32.73º | 0.68% | 0.32% | - |
| XYZ | 4.99 | 4.65 | 1.61 | - |
| YUV | 60.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 26 | 0 | 0.31 | 0.68 | 0.68 | 32.73 | 0.51 | 0.21 |
| Hex | 51 | 38 | 1A | 0 | 1F | 44 | 44 | 21 | 33 | 15 |
| Octal | 121 | 70 | 32 | 0 | 37 | 104 | 104 | 41 | 63 | 25 |
| Binary | 1010001 | 111000 | 11010 | 0 | 11111 | 1000100 | 1000100 | 100001 | 110011 | 10101 |
Color Harmonies of #51381A
Complementary color
Monochromatic Colors of #51381A
Black with #51381A
Text Example
Text Example
White with #51381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51381A; }
p { color: rgb(81,56,26); }
H1.HeaderClassName
{
color: #51381A;
}
.AnyTagClassName
{
color: #51381A;
}
</style>
background-color css
<style>
a { background-color: #51381A; }
a { background-color: rgb(81,56,26); }
div.DivClassName
{
background-color: #51381A;
}
.BgClassName
{
background-color: #51381A;
}
</style>
border-color css
<style>
span { border-color: #51381A; }
span { border-color: rgb(81,56,26); }
td.TdClassName
{
border-color: #51381A;
}
.TagClassName
{
border-color: #51381A;
}
</style>