Shades of Bracken #553D2E
Tints of Bracken #553D2E
RGB
CMYK
RGB Variations
Color information
#553D2E (or 0x553D2E) is known color: Bracken. HEX triplet: 55, 3D and 2E. RGB value is (85,61,46). Sum of RGB (Red+Green+Blue) = 85+61+46=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #553D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D2E is #AAC2D1. Grayscale: #424242. Windows color (decimal): -11190994 or 3030357. OLE color: 3030357.
HSL color Cylindrical-coordinate representation of color #553D2E: hue angle of 23.08º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553D2E is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 46 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.67 |
| HSL | 23.08º | 0.3% | 0.26% | - |
| HSV(B) | 23.08º | 0.46% | 0.33% | - |
| XYZ | 5.91 | 5.47 | 3.33 | - |
| YUV | 66.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 46 | 0 | 0.28 | 0.46 | 0.67 | 23.08 | 0.3 | 0.26 |
| Hex | 55 | 3D | 2E | 0 | 1C | 2E | 43 | 17 | 1E | 1A |
| Octal | 125 | 75 | 56 | 0 | 34 | 56 | 103 | 27 | 36 | 32 |
| Binary | 1010101 | 111101 | 101110 | 0 | 11100 | 101110 | 1000011 | 10111 | 11110 | 11010 |
Color Harmonies of #553D2E
Complementary color
Monochromatic Colors of #553D2E
Black with #553D2E
Text Example
Text Example
White with #553D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D2E; }
p { color: rgb(85,61,46); }
H1.HeaderClassName
{
color: #553D2E;
}
.AnyTagClassName
{
color: #553D2E;
}
</style>
background-color css
<style>
a { background-color: #553D2E; }
a { background-color: rgb(85,61,46); }
div.DivClassName
{
background-color: #553D2E;
}
.BgClassName
{
background-color: #553D2E;
}
</style>
border-color css
<style>
span { border-color: #553D2E; }
span { border-color: rgb(85,61,46); }
td.TdClassName
{
border-color: #553D2E;
}
.TagClassName
{
border-color: #553D2E;
}
</style>