Shades of Bracken #553C21
Tints of Bracken #553C21
RGB
CMYK
RGB Variations
Color information
#553C21 (or 0x553C21) is known color: Bracken. HEX triplet: 55, 3C and 21. RGB value is (85,60,33). Sum of RGB (Red+Green+Blue) = 85+60+33=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C21 is #AAC3DE. Grayscale: #404040. Windows color (decimal): -11191263 or 2178133. OLE color: 2178133.
HSL color Cylindrical-coordinate representation of color #553C21: hue angle of 31.15º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553C21 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 33 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.67 |
| HSL | 31.15º | 0.44% | 0.23% | - |
| HSV(B) | 31.15º | 0.61% | 0.33% | - |
| XYZ | 5.64 | 5.27 | 2.16 | - |
| YUV | 64.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 33 | 0 | 0.29 | 0.61 | 0.67 | 31.15 | 0.44 | 0.23 |
| Hex | 55 | 3C | 21 | 0 | 1D | 3D | 43 | 1F | 2C | 17 |
| Octal | 125 | 74 | 41 | 0 | 35 | 75 | 103 | 37 | 54 | 27 |
| Binary | 1010101 | 111100 | 100001 | 0 | 11101 | 111101 | 1000011 | 11111 | 101100 | 10111 |
Color Harmonies of #553C21
Complementary color
Monochromatic Colors of #553C21
Black with #553C21
Text Example
Text Example
White with #553C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C21; }
p { color: rgb(85,60,33); }
H1.HeaderClassName
{
color: #553C21;
}
.AnyTagClassName
{
color: #553C21;
}
</style>
background-color css
<style>
a { background-color: #553C21; }
a { background-color: rgb(85,60,33); }
div.DivClassName
{
background-color: #553C21;
}
.BgClassName
{
background-color: #553C21;
}
</style>
border-color css
<style>
span { border-color: #553C21; }
span { border-color: rgb(85,60,33); }
td.TdClassName
{
border-color: #553C21;
}
.TagClassName
{
border-color: #553C21;
}
</style>