Shades of Brown Bramble #523619
Tints of Brown Bramble #523619
RGB
CMYK
RGB Variations
Color information
#523619 (or 0x523619) is known color: Brown Bramble. HEX triplet: 52, 36 and 19. RGB value is (82,54,25). Sum of RGB (Red+Green+Blue) = 82+54+25=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #523619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523619 is #ADC9E6. Grayscale: #3B3B3B. Windows color (decimal): -11389415 or 1652306. OLE color: 1652306.
HSL color Cylindrical-coordinate representation of color #523619: hue angle of 30.53º degrees, saturation: 0.53, 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 #523619 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 25 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.68 |
| HSL | 30.53º | 0.53% | 0.21% | - |
| HSV(B) | 30.53º | 0.7% | 0.32% | - |
| XYZ | 4.97 | 4.5 | 1.53 | - |
| YUV | 59.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 25 | 0 | 0.34 | 0.70 | 0.68 | 30.53 | 0.53 | 0.21 |
| Hex | 52 | 36 | 19 | 0 | 22 | 46 | 44 | 1F | 35 | 15 |
| Octal | 122 | 66 | 31 | 0 | 42 | 106 | 104 | 37 | 65 | 25 |
| Binary | 1010010 | 110110 | 11001 | 0 | 100010 | 1000110 | 1000100 | 11111 | 110101 | 10101 |
Color Harmonies of #523619
Complementary color
Monochromatic Colors of #523619
Black with #523619
Text Example
Text Example
White with #523619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523619; }
p { color: rgb(82,54,25); }
H1.HeaderClassName
{
color: #523619;
}
.AnyTagClassName
{
color: #523619;
}
</style>
background-color css
<style>
a { background-color: #523619; }
a { background-color: rgb(82,54,25); }
div.DivClassName
{
background-color: #523619;
}
.BgClassName
{
background-color: #523619;
}
</style>
border-color css
<style>
span { border-color: #523619; }
span { border-color: rgb(82,54,25); }
td.TdClassName
{
border-color: #523619;
}
.TagClassName
{
border-color: #523619;
}
</style>