Shades of Brown Bramble #51351D
Tints of Brown Bramble #51351D
RGB
CMYK
RGB Variations
Color information
#51351D (or 0x51351D) is known color: Brown Bramble. HEX triplet: 51, 35 and 1D. RGB value is (81,53,29). Sum of RGB (Red+Green+Blue) = 81+53+29=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51351D is #AECAE2. Grayscale: #3A3A3A. Windows color (decimal): -11455203 or 1914193. OLE color: 1914193.
HSL color Cylindrical-coordinate representation of color #51351D: hue angle of 27.69º 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 #51351D is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 53 | 29 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.68 |
| HSL | 27.69º | 0.47% | 0.22% | - |
| HSV(B) | 27.69º | 0.64% | 0.32% | - |
| XYZ | 4.89 | 4.38 | 1.75 | - |
| YUV | 58.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 29 | 0 | 0.35 | 0.64 | 0.68 | 27.69 | 0.47 | 0.22 |
| Hex | 51 | 35 | 1D | 0 | 23 | 40 | 44 | 1C | 2F | 16 |
| Octal | 121 | 65 | 35 | 0 | 43 | 100 | 104 | 34 | 57 | 26 |
| Binary | 1010001 | 110101 | 11101 | 0 | 100011 | 1000000 | 1000100 | 11100 | 101111 | 10110 |
Color Harmonies of #51351D
Complementary color
Monochromatic Colors of #51351D
Black with #51351D
Text Example
Text Example
White with #51351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51351D; }
p { color: rgb(81,53,29); }
H1.HeaderClassName
{
color: #51351D;
}
.AnyTagClassName
{
color: #51351D;
}
</style>
background-color css
<style>
a { background-color: #51351D; }
a { background-color: rgb(81,53,29); }
div.DivClassName
{
background-color: #51351D;
}
.BgClassName
{
background-color: #51351D;
}
</style>
border-color css
<style>
span { border-color: #51351D; }
span { border-color: rgb(81,53,29); }
td.TdClassName
{
border-color: #51351D;
}
.TagClassName
{
border-color: #51351D;
}
</style>