Shades of Brown Bramble #513422
Tints of Brown Bramble #513422
RGB
CMYK
RGB Variations
Color information
#513422 (or 0x513422) is known color: Brown Bramble. HEX triplet: 51, 34 and 22. RGB value is (81,52,34). Sum of RGB (Red+Green+Blue) = 81+52+34=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #513422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513422 is #AECBDD. Grayscale: #3A3A3A. Windows color (decimal): -11455454 or 2241617. OLE color: 2241617.
HSL color Cylindrical-coordinate representation of color #513422: hue angle of 22.98º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513422 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 52 | 34 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.68 |
| HSL | 22.98º | 0.41% | 0.23% | - |
| HSV(B) | 22.98º | 0.58% | 0.32% | - |
| XYZ | 4.91 | 4.32 | 2.09 | - |
| YUV | 58.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 34 | 0 | 0.36 | 0.58 | 0.68 | 22.98 | 0.41 | 0.23 |
| Hex | 51 | 34 | 22 | 0 | 24 | 3A | 44 | 17 | 29 | 17 |
| Octal | 121 | 64 | 42 | 0 | 44 | 72 | 104 | 27 | 51 | 27 |
| Binary | 1010001 | 110100 | 100010 | 0 | 100100 | 111010 | 1000100 | 10111 | 101001 | 10111 |
Color Harmonies of #513422
Complementary color
Monochromatic Colors of #513422
Black with #513422
Text Example
Text Example
White with #513422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513422; }
p { color: rgb(81,52,34); }
H1.HeaderClassName
{
color: #513422;
}
.AnyTagClassName
{
color: #513422;
}
</style>
background-color css
<style>
a { background-color: #513422; }
a { background-color: rgb(81,52,34); }
div.DivClassName
{
background-color: #513422;
}
.BgClassName
{
background-color: #513422;
}
</style>
border-color css
<style>
span { border-color: #513422; }
span { border-color: rgb(81,52,34); }
td.TdClassName
{
border-color: #513422;
}
.TagClassName
{
border-color: #513422;
}
</style>