Shades of Bracken #553B28
Tints of Bracken #553B28
RGB
CMYK
RGB Variations
Color information
#553B28 (or 0x553B28) is known color: Bracken. HEX triplet: 55, 3B and 28. RGB value is (85,59,40). Sum of RGB (Red+Green+Blue) = 85+59+40=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #553B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B28 is #AAC4D7. Grayscale: #404040. Windows color (decimal): -11191512 or 2636629. OLE color: 2636629.
HSL color Cylindrical-coordinate representation of color #553B28: hue angle of 25.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553B28 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 40 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.67 |
| HSL | 25.33º | 0.36% | 0.25% | - |
| HSV(B) | 25.33º | 0.53% | 0.33% | - |
| XYZ | 5.69 | 5.21 | 2.71 | - |
| YUV | 64.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 40 | 0 | 0.31 | 0.53 | 0.67 | 25.33 | 0.36 | 0.25 |
| Hex | 55 | 3B | 28 | 0 | 1F | 35 | 43 | 19 | 24 | 19 |
| Octal | 125 | 73 | 50 | 0 | 37 | 65 | 103 | 31 | 44 | 31 |
| Binary | 1010101 | 111011 | 101000 | 0 | 11111 | 110101 | 1000011 | 11001 | 100100 | 11001 |
Color Harmonies of #553B28
Complementary color
Monochromatic Colors of #553B28
Black with #553B28
Text Example
Text Example
White with #553B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B28; }
p { color: rgb(85,59,40); }
H1.HeaderClassName
{
color: #553B28;
}
.AnyTagClassName
{
color: #553B28;
}
</style>
background-color css
<style>
a { background-color: #553B28; }
a { background-color: rgb(85,59,40); }
div.DivClassName
{
background-color: #553B28;
}
.BgClassName
{
background-color: #553B28;
}
</style>
border-color css
<style>
span { border-color: #553B28; }
span { border-color: rgb(85,59,40); }
td.TdClassName
{
border-color: #553B28;
}
.TagClassName
{
border-color: #553B28;
}
</style>