Shades of Bracken #553F2F
Tints of Bracken #553F2F
RGB
CMYK
RGB Variations
Color information
#553F2F (or 0x553F2F) is known color: Bracken. HEX triplet: 55, 3F and 2F. RGB value is (85,63,47). Sum of RGB (Red+Green+Blue) = 85+63+47=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2F is #AAC0D0. Grayscale: #434343. Windows color (decimal): -11190481 or 3096405. OLE color: 3096405.
HSL color Cylindrical-coordinate representation of color #553F2F: hue angle of 25.26º 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 #553F2F is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 47 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.67 |
| HSL | 25.26º | 0.29% | 0.26% | - |
| HSV(B) | 25.26º | 0.45% | 0.33% | - |
| XYZ | 6.04 | 5.69 | 3.47 | - |
| YUV | 67.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 47 | 0 | 0.26 | 0.45 | 0.67 | 25.26 | 0.29 | 0.26 |
| Hex | 55 | 3F | 2F | 0 | 1A | 2D | 43 | 19 | 1D | 1A |
| Octal | 125 | 77 | 57 | 0 | 32 | 55 | 103 | 31 | 35 | 32 |
| Binary | 1010101 | 111111 | 101111 | 0 | 11010 | 101101 | 1000011 | 11001 | 11101 | 11010 |
Color Harmonies of #553F2F
Complementary color
Monochromatic Colors of #553F2F
Black with #553F2F
Text Example
Text Example
White with #553F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F2F; }
p { color: rgb(85,63,47); }
H1.HeaderClassName
{
color: #553F2F;
}
.AnyTagClassName
{
color: #553F2F;
}
</style>
background-color css
<style>
a { background-color: #553F2F; }
a { background-color: rgb(85,63,47); }
div.DivClassName
{
background-color: #553F2F;
}
.BgClassName
{
background-color: #553F2F;
}
</style>
border-color css
<style>
span { border-color: #553F2F; }
span { border-color: rgb(85,63,47); }
td.TdClassName
{
border-color: #553F2F;
}
.TagClassName
{
border-color: #553F2F;
}
</style>