Shades of Brown Bramble #512F18
Tints of Brown Bramble #512F18
RGB
CMYK
RGB Variations
Color information
#512F18 (or 0x512F18) is known color: Brown Bramble. HEX triplet: 51, 2F and 18. RGB value is (81,47,24). Sum of RGB (Red+Green+Blue) = 81+47+24=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F18 is #AED0E7. Grayscale: #363636. Windows color (decimal): -11456744 or 1584977. OLE color: 1584977.
HSL color Cylindrical-coordinate representation of color #512F18: hue angle of 24.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512F18 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 24 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.68 |
| HSL | 24.21º | 0.54% | 0.21% | - |
| HSV(B) | 24.21º | 0.7% | 0.32% | - |
| XYZ | 4.57 | 3.85 | 1.37 | - |
| YUV | 54.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 24 | 0 | 0.42 | 0.70 | 0.68 | 24.21 | 0.54 | 0.21 |
| Hex | 51 | 2F | 18 | 0 | 2A | 46 | 44 | 18 | 36 | 15 |
| Octal | 121 | 57 | 30 | 0 | 52 | 106 | 104 | 30 | 66 | 25 |
| Binary | 1010001 | 101111 | 11000 | 0 | 101010 | 1000110 | 1000100 | 11000 | 110110 | 10101 |
Color Harmonies of #512F18
Complementary color
Monochromatic Colors of #512F18
Black with #512F18
Text Example
Text Example
White with #512F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F18; }
p { color: rgb(81,47,24); }
H1.HeaderClassName
{
color: #512F18;
}
.AnyTagClassName
{
color: #512F18;
}
</style>
background-color css
<style>
a { background-color: #512F18; }
a { background-color: rgb(81,47,24); }
div.DivClassName
{
background-color: #512F18;
}
.BgClassName
{
background-color: #512F18;
}
</style>
border-color css
<style>
span { border-color: #512F18; }
span { border-color: rgb(81,47,24); }
td.TdClassName
{
border-color: #512F18;
}
.TagClassName
{
border-color: #512F18;
}
</style>