Shades of Bracken #553E2F
Tints of Bracken #553E2F
RGB
CMYK
RGB Variations
Color information
#553E2F (or 0x553E2F) is known color: Bracken. HEX triplet: 55, 3E and 2F. RGB value is (85,62,47). Sum of RGB (Red+Green+Blue) = 85+62+47=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E2F is #AAC1D0. Grayscale: #434343. Windows color (decimal): -11190737 or 3096149. OLE color: 3096149.
HSL color Cylindrical-coordinate representation of color #553E2F: hue angle of 23.68º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #553E2F is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 47 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.67 |
| HSL | 23.68º | 0.29% | 0.26% | - |
| HSV(B) | 23.68º | 0.45% | 0.33% | - |
| XYZ | 5.98 | 5.58 | 3.45 | - |
| YUV | 67.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 47 | 0 | 0.27 | 0.45 | 0.67 | 23.68 | 0.29 | 0.26 |
| Hex | 55 | 3E | 2F | 0 | 1B | 2D | 43 | 18 | 1D | 1A |
| Octal | 125 | 76 | 57 | 0 | 33 | 55 | 103 | 30 | 35 | 32 |
| Binary | 1010101 | 111110 | 101111 | 0 | 11011 | 101101 | 1000011 | 11000 | 11101 | 11010 |
Color Harmonies of #553E2F
Complementary color
Monochromatic Colors of #553E2F
Black with #553E2F
Text Example
Text Example
White with #553E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E2F; }
p { color: rgb(85,62,47); }
H1.HeaderClassName
{
color: #553E2F;
}
.AnyTagClassName
{
color: #553E2F;
}
</style>
background-color css
<style>
a { background-color: #553E2F; }
a { background-color: rgb(85,62,47); }
div.DivClassName
{
background-color: #553E2F;
}
.BgClassName
{
background-color: #553E2F;
}
</style>
border-color css
<style>
span { border-color: #553E2F; }
span { border-color: rgb(85,62,47); }
td.TdClassName
{
border-color: #553E2F;
}
.TagClassName
{
border-color: #553E2F;
}
</style>