Shades of Brown Bramble #523924
Tints of Brown Bramble #523924
RGB
CMYK
RGB Variations
Color information
#523924 (or 0x523924) is known color: Brown Bramble. HEX triplet: 52, 39 and 24. RGB value is (82,57,36). Sum of RGB (Red+Green+Blue) = 82+57+36=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #523924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523924 is #ADC6DB. Grayscale: #3E3E3E. Windows color (decimal): -11388636 or 2373970. OLE color: 2373970.
HSL color Cylindrical-coordinate representation of color #523924: hue angle of 27.39º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523924 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 36 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.68 |
| HSL | 27.39º | 0.39% | 0.23% | - |
| HSV(B) | 27.39º | 0.56% | 0.32% | - |
| XYZ | 5.26 | 4.85 | 2.33 | - |
| YUV | 62.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 36 | 0 | 0.30 | 0.56 | 0.68 | 27.39 | 0.39 | 0.23 |
| Hex | 52 | 39 | 24 | 0 | 1E | 38 | 44 | 1B | 27 | 17 |
| Octal | 122 | 71 | 44 | 0 | 36 | 70 | 104 | 33 | 47 | 27 |
| Binary | 1010010 | 111001 | 100100 | 0 | 11110 | 111000 | 1000100 | 11011 | 100111 | 10111 |
Color Harmonies of #523924
Complementary color
Monochromatic Colors of #523924
Black with #523924
Text Example
Text Example
White with #523924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523924; }
p { color: rgb(82,57,36); }
H1.HeaderClassName
{
color: #523924;
}
.AnyTagClassName
{
color: #523924;
}
</style>
background-color css
<style>
a { background-color: #523924; }
a { background-color: rgb(82,57,36); }
div.DivClassName
{
background-color: #523924;
}
.BgClassName
{
background-color: #523924;
}
</style>
border-color css
<style>
span { border-color: #523924; }
span { border-color: rgb(82,57,36); }
td.TdClassName
{
border-color: #523924;
}
.TagClassName
{
border-color: #523924;
}
</style>