Shades of Bracken #523B24
Tints of Bracken #523B24
RGB
CMYK
RGB Variations
Color information
#523B24 (or 0x523B24) is known color: Bracken. HEX triplet: 52, 3B and 24. RGB value is (82,59,36). Sum of RGB (Red+Green+Blue) = 82+59+36=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #523B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B24 is #ADC4DB. Grayscale: #3F3F3F. Windows color (decimal): -11388124 or 2374482. OLE color: 2374482.
HSL color Cylindrical-coordinate representation of color #523B24: hue angle of 30º 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 #523B24 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 36 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.68 |
| HSL | 30º | 0.39% | 0.23% | - |
| HSV(B) | 30º | 0.56% | 0.32% | - |
| XYZ | 5.36 | 5.05 | 2.36 | - |
| YUV | 63.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 36 | 0 | 0.28 | 0.56 | 0.68 | 30 | 0.39 | 0.23 |
| Hex | 52 | 3B | 24 | 0 | 1C | 38 | 44 | 1E | 27 | 17 |
| Octal | 122 | 73 | 44 | 0 | 34 | 70 | 104 | 36 | 47 | 27 |
| Binary | 1010010 | 111011 | 100100 | 0 | 11100 | 111000 | 1000100 | 11110 | 100111 | 10111 |
Color Harmonies of #523B24
Complementary color
Monochromatic Colors of #523B24
Black with #523B24
Text Example
Text Example
White with #523B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B24; }
p { color: rgb(82,59,36); }
H1.HeaderClassName
{
color: #523B24;
}
.AnyTagClassName
{
color: #523B24;
}
</style>
background-color css
<style>
a { background-color: #523B24; }
a { background-color: rgb(82,59,36); }
div.DivClassName
{
background-color: #523B24;
}
.BgClassName
{
background-color: #523B24;
}
</style>
border-color css
<style>
span { border-color: #523B24; }
span { border-color: rgb(82,59,36); }
td.TdClassName
{
border-color: #523B24;
}
.TagClassName
{
border-color: #523B24;
}
</style>