Shades of Bracken #553E2E
Tints of Bracken #553E2E
RGB
CMYK
RGB Variations
Color information
#553E2E (or 0x553E2E) is known color: Bracken. HEX triplet: 55, 3E and 2E. RGB value is (85,62,46). Sum of RGB (Red+Green+Blue) = 85+62+46=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E2E is #AAC1D1. Grayscale: #434343. Windows color (decimal): -11190738 or 3030613. OLE color: 3030613.
HSL color Cylindrical-coordinate representation of color #553E2E: hue angle of 24.62º 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 #553E2E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 46 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.67 |
| HSL | 24.62º | 0.3% | 0.26% | - |
| HSV(B) | 24.62º | 0.46% | 0.33% | - |
| XYZ | 5.96 | 5.57 | 3.35 | - |
| YUV | 67.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 46 | 0 | 0.27 | 0.46 | 0.67 | 24.62 | 0.3 | 0.26 |
| Hex | 55 | 3E | 2E | 0 | 1B | 2E | 43 | 19 | 1E | 1A |
| Octal | 125 | 76 | 56 | 0 | 33 | 56 | 103 | 31 | 36 | 32 |
| Binary | 1010101 | 111110 | 101110 | 0 | 11011 | 101110 | 1000011 | 11001 | 11110 | 11010 |
Color Harmonies of #553E2E
Complementary color
Monochromatic Colors of #553E2E
Black with #553E2E
Text Example
Text Example
White with #553E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E2E; }
p { color: rgb(85,62,46); }
H1.HeaderClassName
{
color: #553E2E;
}
.AnyTagClassName
{
color: #553E2E;
}
</style>
background-color css
<style>
a { background-color: #553E2E; }
a { background-color: rgb(85,62,46); }
div.DivClassName
{
background-color: #553E2E;
}
.BgClassName
{
background-color: #553E2E;
}
</style>
border-color css
<style>
span { border-color: #553E2E; }
span { border-color: rgb(85,62,46); }
td.TdClassName
{
border-color: #553E2E;
}
.TagClassName
{
border-color: #553E2E;
}
</style>