Shades of Bracken #553B24
Tints of Bracken #553B24
RGB
CMYK
RGB Variations
Color information
#553B24 (or 0x553B24) is known color: Bracken. HEX triplet: 55, 3B and 24. RGB value is (85,59,36). Sum of RGB (Red+Green+Blue) = 85+59+36=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #553B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B24 is #AAC4DB. Grayscale: #404040. Windows color (decimal): -11191516 or 2374485. OLE color: 2374485.
HSL color Cylindrical-coordinate representation of color #553B24: hue angle of 28.16º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553B24 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 36 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.67 |
| HSL | 28.16º | 0.4% | 0.24% | - |
| HSV(B) | 28.16º | 0.58% | 0.33% | - |
| XYZ | 5.63 | 5.19 | 2.37 | - |
| YUV | 64.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 36 | 0 | 0.31 | 0.58 | 0.67 | 28.16 | 0.4 | 0.24 |
| Hex | 55 | 3B | 24 | 0 | 1F | 3A | 43 | 1C | 28 | 18 |
| Octal | 125 | 73 | 44 | 0 | 37 | 72 | 103 | 34 | 50 | 30 |
| Binary | 1010101 | 111011 | 100100 | 0 | 11111 | 111010 | 1000011 | 11100 | 101000 | 11000 |
Color Harmonies of #553B24
Complementary color
Monochromatic Colors of #553B24
Black with #553B24
Text Example
Text Example
White with #553B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B24; }
p { color: rgb(85,59,36); }
H1.HeaderClassName
{
color: #553B24;
}
.AnyTagClassName
{
color: #553B24;
}
</style>
background-color css
<style>
a { background-color: #553B24; }
a { background-color: rgb(85,59,36); }
div.DivClassName
{
background-color: #553B24;
}
.BgClassName
{
background-color: #553B24;
}
</style>
border-color css
<style>
span { border-color: #553B24; }
span { border-color: rgb(85,59,36); }
td.TdClassName
{
border-color: #553B24;
}
.TagClassName
{
border-color: #553B24;
}
</style>