Shades of Bracken #553C20
Tints of Bracken #553C20
RGB
CMYK
RGB Variations
Color information
#553C20 (or 0x553C20) is known color: Bracken. HEX triplet: 55, 3C and 20. RGB value is (85,60,32). Sum of RGB (Red+Green+Blue) = 85+60+32=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #553C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C20 is #AAC3DF. Grayscale: #404040. Windows color (decimal): -11191264 or 2112597. OLE color: 2112597.
HSL color Cylindrical-coordinate representation of color #553C20: hue angle of 31.7º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553C20 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 32 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.67 |
| HSL | 31.7º | 0.45% | 0.23% | - |
| HSV(B) | 31.7º | 0.62% | 0.33% | - |
| XYZ | 5.62 | 5.27 | 2.09 | - |
| YUV | 64.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 32 | 0 | 0.29 | 0.62 | 0.67 | 31.7 | 0.45 | 0.23 |
| Hex | 55 | 3C | 20 | 0 | 1D | 3E | 43 | 20 | 2D | 17 |
| Octal | 125 | 74 | 40 | 0 | 35 | 76 | 103 | 40 | 55 | 27 |
| Binary | 1010101 | 111100 | 100000 | 0 | 11101 | 111110 | 1000011 | 100000 | 101101 | 10111 |
Color Harmonies of #553C20
Complementary color
Monochromatic Colors of #553C20
Black with #553C20
Text Example
Text Example
White with #553C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C20; }
p { color: rgb(85,60,32); }
H1.HeaderClassName
{
color: #553C20;
}
.AnyTagClassName
{
color: #553C20;
}
</style>
background-color css
<style>
a { background-color: #553C20; }
a { background-color: rgb(85,60,32); }
div.DivClassName
{
background-color: #553C20;
}
.BgClassName
{
background-color: #553C20;
}
</style>
border-color css
<style>
span { border-color: #553C20; }
span { border-color: rgb(85,60,32); }
td.TdClassName
{
border-color: #553C20;
}
.TagClassName
{
border-color: #553C20;
}
</style>