Shades of Brown Bramble #523A20
Tints of Brown Bramble #523A20
RGB
CMYK
RGB Variations
Color information
#523A20 (or 0x523A20) is known color: Brown Bramble. HEX triplet: 52, 3A and 20. RGB value is (82,58,32). Sum of RGB (Red+Green+Blue) = 82+58+32=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A20 is #ADC5DF. Grayscale: #3E3E3E. Windows color (decimal): -11388384 or 2112082. OLE color: 2112082.
HSL color Cylindrical-coordinate representation of color #523A20: hue angle of 31.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523A20 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 32 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.68 |
| HSL | 31.2º | 0.44% | 0.22% | - |
| HSV(B) | 31.2º | 0.61% | 0.32% | - |
| XYZ | 5.25 | 4.92 | 2.04 | - |
| YUV | 62.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 32 | 0 | 0.29 | 0.61 | 0.68 | 31.2 | 0.44 | 0.22 |
| Hex | 52 | 3A | 20 | 0 | 1D | 3D | 44 | 1F | 2C | 16 |
| Octal | 122 | 72 | 40 | 0 | 35 | 75 | 104 | 37 | 54 | 26 |
| Binary | 1010010 | 111010 | 100000 | 0 | 11101 | 111101 | 1000100 | 11111 | 101100 | 10110 |
Color Harmonies of #523A20
Complementary color
Monochromatic Colors of #523A20
Black with #523A20
Text Example
Text Example
White with #523A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A20; }
p { color: rgb(82,58,32); }
H1.HeaderClassName
{
color: #523A20;
}
.AnyTagClassName
{
color: #523A20;
}
</style>
background-color css
<style>
a { background-color: #523A20; }
a { background-color: rgb(82,58,32); }
div.DivClassName
{
background-color: #523A20;
}
.BgClassName
{
background-color: #523A20;
}
</style>
border-color css
<style>
span { border-color: #523A20; }
span { border-color: rgb(82,58,32); }
td.TdClassName
{
border-color: #523A20;
}
.TagClassName
{
border-color: #523A20;
}
</style>