Shades of Bracken #553D2D
Tints of Bracken #553D2D
RGB
CMYK
RGB Variations
Color information
#553D2D (or 0x553D2D) is known color: Bracken. HEX triplet: 55, 3D and 2D. RGB value is (85,61,45). Sum of RGB (Red+Green+Blue) = 85+61+45=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D2D is #AAC2D2. Grayscale: #424242. Windows color (decimal): -11190995 or 2964821. OLE color: 2964821.
HSL color Cylindrical-coordinate representation of color #553D2D: hue angle of 24º 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 #553D2D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 45 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.67 |
| HSL | 24º | 0.31% | 0.25% | - |
| HSV(B) | 24º | 0.47% | 0.33% | - |
| XYZ | 5.89 | 5.46 | 3.23 | - |
| YUV | 66.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 45 | 0 | 0.28 | 0.47 | 0.67 | 24 | 0.31 | 0.25 |
| Hex | 55 | 3D | 2D | 0 | 1C | 2F | 43 | 18 | 1F | 19 |
| Octal | 125 | 75 | 55 | 0 | 34 | 57 | 103 | 30 | 37 | 31 |
| Binary | 1010101 | 111101 | 101101 | 0 | 11100 | 101111 | 1000011 | 11000 | 11111 | 11001 |
Color Harmonies of #553D2D
Complementary color
Monochromatic Colors of #553D2D
Black with #553D2D
Text Example
Text Example
White with #553D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D2D; }
p { color: rgb(85,61,45); }
H1.HeaderClassName
{
color: #553D2D;
}
.AnyTagClassName
{
color: #553D2D;
}
</style>
background-color css
<style>
a { background-color: #553D2D; }
a { background-color: rgb(85,61,45); }
div.DivClassName
{
background-color: #553D2D;
}
.BgClassName
{
background-color: #553D2D;
}
</style>
border-color css
<style>
span { border-color: #553D2D; }
span { border-color: rgb(85,61,45); }
td.TdClassName
{
border-color: #553D2D;
}
.TagClassName
{
border-color: #553D2D;
}
</style>