Shades of Bracken #553F2C
Tints of Bracken #553F2C
RGB
CMYK
RGB Variations
Color information
#553F2C (or 0x553F2C) is known color: Bracken. HEX triplet: 55, 3F and 2C. RGB value is (85,63,44). Sum of RGB (Red+Green+Blue) = 85+63+44=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2C is #AAC0D3. Grayscale: #434343. Windows color (decimal): -11190484 or 2899797. OLE color: 2899797.
HSL color Cylindrical-coordinate representation of color #553F2C: hue angle of 27.8º 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 #553F2C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 44 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.67 |
| HSL | 27.8º | 0.32% | 0.25% | - |
| HSV(B) | 27.8º | 0.48% | 0.33% | - |
| XYZ | 5.98 | 5.67 | 3.16 | - |
| YUV | 67.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 44 | 0 | 0.26 | 0.48 | 0.67 | 27.8 | 0.32 | 0.25 |
| Hex | 55 | 3F | 2C | 0 | 1A | 30 | 43 | 1C | 20 | 19 |
| Octal | 125 | 77 | 54 | 0 | 32 | 60 | 103 | 34 | 40 | 31 |
| Binary | 1010101 | 111111 | 101100 | 0 | 11010 | 110000 | 1000011 | 11100 | 100000 | 11001 |
Color Harmonies of #553F2C
Complementary color
Monochromatic Colors of #553F2C
Black with #553F2C
Text Example
Text Example
White with #553F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F2C; }
p { color: rgb(85,63,44); }
H1.HeaderClassName
{
color: #553F2C;
}
.AnyTagClassName
{
color: #553F2C;
}
</style>
background-color css
<style>
a { background-color: #553F2C; }
a { background-color: rgb(85,63,44); }
div.DivClassName
{
background-color: #553F2C;
}
.BgClassName
{
background-color: #553F2C;
}
</style>
border-color css
<style>
span { border-color: #553F2C; }
span { border-color: rgb(85,63,44); }
td.TdClassName
{
border-color: #553F2C;
}
.TagClassName
{
border-color: #553F2C;
}
</style>