Shades of Bracken #523C2C
Tints of Bracken #523C2C
RGB
CMYK
RGB Variations
Color information
#523C2C (or 0x523C2C) is known color: Bracken. HEX triplet: 52, 3C and 2C. RGB value is (82,60,44). Sum of RGB (Red+Green+Blue) = 82+60+44=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C2C is #ADC3D3. Grayscale: #404040. Windows color (decimal): -11387860 or 2899026. OLE color: 2899026.
HSL color Cylindrical-coordinate representation of color #523C2C: hue angle of 25.26º 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 #523C2C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 44 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.68 |
| HSL | 25.26º | 0.3% | 0.25% | - |
| HSV(B) | 25.26º | 0.46% | 0.32% | - |
| XYZ | 5.55 | 5.21 | 3.1 | - |
| YUV | 64.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 44 | 0 | 0.27 | 0.46 | 0.68 | 25.26 | 0.3 | 0.25 |
| Hex | 52 | 3C | 2C | 0 | 1B | 2E | 44 | 19 | 1E | 19 |
| Octal | 122 | 74 | 54 | 0 | 33 | 56 | 104 | 31 | 36 | 31 |
| Binary | 1010010 | 111100 | 101100 | 0 | 11011 | 101110 | 1000100 | 11001 | 11110 | 11001 |
Color Harmonies of #523C2C
Complementary color
Monochromatic Colors of #523C2C
Black with #523C2C
Text Example
Text Example
White with #523C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C2C; }
p { color: rgb(82,60,44); }
H1.HeaderClassName
{
color: #523C2C;
}
.AnyTagClassName
{
color: #523C2C;
}
</style>
background-color css
<style>
a { background-color: #523C2C; }
a { background-color: rgb(82,60,44); }
div.DivClassName
{
background-color: #523C2C;
}
.BgClassName
{
background-color: #523C2C;
}
</style>
border-color css
<style>
span { border-color: #523C2C; }
span { border-color: rgb(82,60,44); }
td.TdClassName
{
border-color: #523C2C;
}
.TagClassName
{
border-color: #523C2C;
}
</style>