Shades of Bracken #553E2D
Tints of Bracken #553E2D
RGB
CMYK
RGB Variations
Color information
#553E2D (or 0x553E2D) is known color: Bracken. HEX triplet: 55, 3E and 2D. RGB value is (85,62,45). Sum of RGB (Red+Green+Blue) = 85+62+45=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #553E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E2D is #AAC1D2. Grayscale: #434343. Windows color (decimal): -11190739 or 2965077. OLE color: 2965077.
HSL color Cylindrical-coordinate representation of color #553E2D: hue angle of 25.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553E2D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 45 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.67 |
| HSL | 25.5º | 0.31% | 0.25% | - |
| HSV(B) | 25.5º | 0.47% | 0.33% | - |
| XYZ | 5.94 | 5.57 | 3.24 | - |
| YUV | 66.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 45 | 0 | 0.27 | 0.47 | 0.67 | 25.5 | 0.31 | 0.25 |
| Hex | 55 | 3E | 2D | 0 | 1B | 2F | 43 | 1A | 1F | 19 |
| Octal | 125 | 76 | 55 | 0 | 33 | 57 | 103 | 32 | 37 | 31 |
| Binary | 1010101 | 111110 | 101101 | 0 | 11011 | 101111 | 1000011 | 11010 | 11111 | 11001 |
Color Harmonies of #553E2D
Complementary color
Monochromatic Colors of #553E2D
Black with #553E2D
Text Example
Text Example
White with #553E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E2D; }
p { color: rgb(85,62,45); }
H1.HeaderClassName
{
color: #553E2D;
}
.AnyTagClassName
{
color: #553E2D;
}
</style>
background-color css
<style>
a { background-color: #553E2D; }
a { background-color: rgb(85,62,45); }
div.DivClassName
{
background-color: #553E2D;
}
.BgClassName
{
background-color: #553E2D;
}
</style>
border-color css
<style>
span { border-color: #553E2D; }
span { border-color: rgb(85,62,45); }
td.TdClassName
{
border-color: #553E2D;
}
.TagClassName
{
border-color: #553E2D;
}
</style>