Shades of Bracken #553F2E
Tints of Bracken #553F2E
RGB
CMYK
RGB Variations
Color information
#553F2E (or 0x553F2E) is known color: Bracken. HEX triplet: 55, 3F and 2E. RGB value is (85,63,46). Sum of RGB (Red+Green+Blue) = 85+63+46=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2E is #AAC0D1. Grayscale: #434343. Windows color (decimal): -11190482 or 3030869. OLE color: 3030869.
HSL color Cylindrical-coordinate representation of color #553F2E: hue angle of 26.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553F2E is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 46 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.67 |
| HSL | 26.15º | 0.3% | 0.26% | - |
| HSV(B) | 26.15º | 0.46% | 0.33% | - |
| XYZ | 6.02 | 5.68 | 3.36 | - |
| YUV | 67.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 46 | 0 | 0.26 | 0.46 | 0.67 | 26.15 | 0.3 | 0.26 |
| Hex | 55 | 3F | 2E | 0 | 1A | 2E | 43 | 1A | 1E | 1A |
| Octal | 125 | 77 | 56 | 0 | 32 | 56 | 103 | 32 | 36 | 32 |
| Binary | 1010101 | 111111 | 101110 | 0 | 11010 | 101110 | 1000011 | 11010 | 11110 | 11010 |
Color Harmonies of #553F2E
Complementary color
Monochromatic Colors of #553F2E
Black with #553F2E
Text Example
Text Example
White with #553F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F2E; }
p { color: rgb(85,63,46); }
H1.HeaderClassName
{
color: #553F2E;
}
.AnyTagClassName
{
color: #553F2E;
}
</style>
background-color css
<style>
a { background-color: #553F2E; }
a { background-color: rgb(85,63,46); }
div.DivClassName
{
background-color: #553F2E;
}
.BgClassName
{
background-color: #553F2E;
}
</style>
border-color css
<style>
span { border-color: #553F2E; }
span { border-color: rgb(85,63,46); }
td.TdClassName
{
border-color: #553F2E;
}
.TagClassName
{
border-color: #553F2E;
}
</style>