Shades of Bracken #553E2C
Tints of Bracken #553E2C
RGB
CMYK
RGB Variations
Color information
#553E2C (or 0x553E2C) is known color: Bracken. HEX triplet: 55, 3E and 2C. RGB value is (85,62,44). Sum of RGB (Red+Green+Blue) = 85+62+44=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E2C is #AAC1D3. Grayscale: #424242. Windows color (decimal): -11190740 or 2899541. OLE color: 2899541.
HSL color Cylindrical-coordinate representation of color #553E2C: hue angle of 26.34º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #553E2C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 44 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.67 |
| HSL | 26.34º | 0.32% | 0.25% | - |
| HSV(B) | 26.34º | 0.48% | 0.33% | - |
| XYZ | 5.92 | 5.56 | 3.14 | - |
| YUV | 66.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 44 | 0 | 0.27 | 0.48 | 0.67 | 26.34 | 0.32 | 0.25 |
| Hex | 55 | 3E | 2C | 0 | 1B | 30 | 43 | 1A | 20 | 19 |
| Octal | 125 | 76 | 54 | 0 | 33 | 60 | 103 | 32 | 40 | 31 |
| Binary | 1010101 | 111110 | 101100 | 0 | 11011 | 110000 | 1000011 | 11010 | 100000 | 11001 |
Color Harmonies of #553E2C
Complementary color
Monochromatic Colors of #553E2C
Black with #553E2C
Text Example
Text Example
White with #553E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E2C; }
p { color: rgb(85,62,44); }
H1.HeaderClassName
{
color: #553E2C;
}
.AnyTagClassName
{
color: #553E2C;
}
</style>
background-color css
<style>
a { background-color: #553E2C; }
a { background-color: rgb(85,62,44); }
div.DivClassName
{
background-color: #553E2C;
}
.BgClassName
{
background-color: #553E2C;
}
</style>
border-color css
<style>
span { border-color: #553E2C; }
span { border-color: rgb(85,62,44); }
td.TdClassName
{
border-color: #553E2C;
}
.TagClassName
{
border-color: #553E2C;
}
</style>