Shades of Bracken #523A2C
Tints of Bracken #523A2C
RGB
CMYK
RGB Variations
Color information
#523A2C (or 0x523A2C) is known color: Bracken. HEX triplet: 52, 3A and 2C. RGB value is (82,58,44). Sum of RGB (Red+Green+Blue) = 82+58+44=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #523A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A2C is #ADC5D3. Grayscale: #3F3F3F. Windows color (decimal): -11388372 or 2898514. OLE color: 2898514.
HSL color Cylindrical-coordinate representation of color #523A2C: hue angle of 22.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #523A2C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 44 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.68 |
| HSL | 22.11º | 0.3% | 0.25% | - |
| HSV(B) | 22.11º | 0.46% | 0.32% | - |
| XYZ | 5.45 | 5 | 3.06 | - |
| YUV | 63.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 44 | 0 | 0.29 | 0.46 | 0.68 | 22.11 | 0.3 | 0.25 |
| Hex | 52 | 3A | 2C | 0 | 1D | 2E | 44 | 16 | 1E | 19 |
| Octal | 122 | 72 | 54 | 0 | 35 | 56 | 104 | 26 | 36 | 31 |
| Binary | 1010010 | 111010 | 101100 | 0 | 11101 | 101110 | 1000100 | 10110 | 11110 | 11001 |
Color Harmonies of #523A2C
Complementary color
Monochromatic Colors of #523A2C
Black with #523A2C
Text Example
Text Example
White with #523A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A2C; }
p { color: rgb(82,58,44); }
H1.HeaderClassName
{
color: #523A2C;
}
.AnyTagClassName
{
color: #523A2C;
}
</style>
background-color css
<style>
a { background-color: #523A2C; }
a { background-color: rgb(82,58,44); }
div.DivClassName
{
background-color: #523A2C;
}
.BgClassName
{
background-color: #523A2C;
}
</style>
border-color css
<style>
span { border-color: #523A2C; }
span { border-color: rgb(82,58,44); }
td.TdClassName
{
border-color: #523A2C;
}
.TagClassName
{
border-color: #523A2C;
}
</style>