Shades of Brown Bramble #523822
Tints of Brown Bramble #523822
RGB
CMYK
RGB Variations
Color information
#523822 (or 0x523822) is known color: Brown Bramble. HEX triplet: 52, 38 and 22. RGB value is (82,56,34). Sum of RGB (Red+Green+Blue) = 82+56+34=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523822 is #ADC7DD. Grayscale: #3D3D3D. Windows color (decimal): -11388894 or 2242642. OLE color: 2242642.
HSL color Cylindrical-coordinate representation of color #523822: hue angle of 27.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523822 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 34 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.68 |
| HSL | 27.5º | 0.41% | 0.23% | - |
| HSV(B) | 27.5º | 0.59% | 0.32% | - |
| XYZ | 5.18 | 4.74 | 2.15 | - |
| YUV | 61.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 34 | 0 | 0.32 | 0.59 | 0.68 | 27.5 | 0.41 | 0.23 |
| Hex | 52 | 38 | 22 | 0 | 20 | 3B | 44 | 1C | 29 | 17 |
| Octal | 122 | 70 | 42 | 0 | 40 | 73 | 104 | 34 | 51 | 27 |
| Binary | 1010010 | 111000 | 100010 | 0 | 100000 | 111011 | 1000100 | 11100 | 101001 | 10111 |
Color Harmonies of #523822
Complementary color
Monochromatic Colors of #523822
Black with #523822
Text Example
Text Example
White with #523822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523822; }
p { color: rgb(82,56,34); }
H1.HeaderClassName
{
color: #523822;
}
.AnyTagClassName
{
color: #523822;
}
</style>
background-color css
<style>
a { background-color: #523822; }
a { background-color: rgb(82,56,34); }
div.DivClassName
{
background-color: #523822;
}
.BgClassName
{
background-color: #523822;
}
</style>
border-color css
<style>
span { border-color: #523822; }
span { border-color: rgb(82,56,34); }
td.TdClassName
{
border-color: #523822;
}
.TagClassName
{
border-color: #523822;
}
</style>