Shades of Bracken #553D20
Tints of Bracken #553D20
RGB
CMYK
RGB Variations
Color information
#553D20 (or 0x553D20) is known color: Bracken. HEX triplet: 55, 3D and 20. RGB value is (85,61,32). Sum of RGB (Red+Green+Blue) = 85+61+32=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D20 is #AAC2DF. Grayscale: #414141. Windows color (decimal): -11191008 or 2112853. OLE color: 2112853.
HSL color Cylindrical-coordinate representation of color #553D20: hue angle of 32.83º 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 #553D20 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 32 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.67 |
| HSL | 32.83º | 0.45% | 0.23% | - |
| HSV(B) | 32.83º | 0.62% | 0.33% | - |
| XYZ | 5.68 | 5.37 | 2.1 | - |
| YUV | 64.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 32 | 0 | 0.28 | 0.62 | 0.67 | 32.83 | 0.45 | 0.23 |
| Hex | 55 | 3D | 20 | 0 | 1C | 3E | 43 | 21 | 2D | 17 |
| Octal | 125 | 75 | 40 | 0 | 34 | 76 | 103 | 41 | 55 | 27 |
| Binary | 1010101 | 111101 | 100000 | 0 | 11100 | 111110 | 1000011 | 100001 | 101101 | 10111 |
Color Harmonies of #553D20
Complementary color
Monochromatic Colors of #553D20
Black with #553D20
Text Example
Text Example
White with #553D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D20; }
p { color: rgb(85,61,32); }
H1.HeaderClassName
{
color: #553D20;
}
.AnyTagClassName
{
color: #553D20;
}
</style>
background-color css
<style>
a { background-color: #553D20; }
a { background-color: rgb(85,61,32); }
div.DivClassName
{
background-color: #553D20;
}
.BgClassName
{
background-color: #553D20;
}
</style>
border-color css
<style>
span { border-color: #553D20; }
span { border-color: rgb(85,61,32); }
td.TdClassName
{
border-color: #553D20;
}
.TagClassName
{
border-color: #553D20;
}
</style>