Shades of Brown Bramble #51351A
Tints of Brown Bramble #51351A
RGB
CMYK
RGB Variations
Color information
#51351A (or 0x51351A) is known color: Brown Bramble. HEX triplet: 51, 35 and 1A. RGB value is (81,53,26). Sum of RGB (Red+Green+Blue) = 81+53+26=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51351A is #AECAE5. Grayscale: #3A3A3A. Windows color (decimal): -11455206 or 1717585. OLE color: 1717585.
HSL color Cylindrical-coordinate representation of color #51351A: hue angle of 29.45º 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 #51351A is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 53 | 26 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.68 |
| HSL | 29.45º | 0.51% | 0.21% | - |
| HSV(B) | 29.45º | 0.68% | 0.32% | - |
| XYZ | 4.85 | 4.37 | 1.57 | - |
| YUV | 58.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 26 | 0 | 0.35 | 0.68 | 0.68 | 29.45 | 0.51 | 0.21 |
| Hex | 51 | 35 | 1A | 0 | 23 | 44 | 44 | 1D | 33 | 15 |
| Octal | 121 | 65 | 32 | 0 | 43 | 104 | 104 | 35 | 63 | 25 |
| Binary | 1010001 | 110101 | 11010 | 0 | 100011 | 1000100 | 1000100 | 11101 | 110011 | 10101 |
Color Harmonies of #51351A
Complementary color
Monochromatic Colors of #51351A
Black with #51351A
Text Example
Text Example
White with #51351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51351A; }
p { color: rgb(81,53,26); }
H1.HeaderClassName
{
color: #51351A;
}
.AnyTagClassName
{
color: #51351A;
}
</style>
background-color css
<style>
a { background-color: #51351A; }
a { background-color: rgb(81,53,26); }
div.DivClassName
{
background-color: #51351A;
}
.BgClassName
{
background-color: #51351A;
}
</style>
border-color css
<style>
span { border-color: #51351A; }
span { border-color: rgb(81,53,26); }
td.TdClassName
{
border-color: #51351A;
}
.TagClassName
{
border-color: #51351A;
}
</style>