Shades of Bracken #553D26
Tints of Bracken #553D26
RGB
CMYK
RGB Variations
Color information
#553D26 (or 0x553D26) is known color: Bracken. HEX triplet: 55, 3D and 26. RGB value is (85,61,38). Sum of RGB (Red+Green+Blue) = 85+61+38=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #553D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D26 is #AAC2D9. Grayscale: #414141. Windows color (decimal): -11191002 or 2506069. OLE color: 2506069.
HSL color Cylindrical-coordinate representation of color #553D26: hue angle of 29.36º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #553D26 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 38 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.67 |
| HSL | 29.36º | 0.38% | 0.24% | - |
| HSV(B) | 29.36º | 0.55% | 0.33% | - |
| XYZ | 5.76 | 5.41 | 2.57 | - |
| YUV | 65.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 38 | 0 | 0.28 | 0.55 | 0.67 | 29.36 | 0.38 | 0.24 |
| Hex | 55 | 3D | 26 | 0 | 1C | 37 | 43 | 1D | 26 | 18 |
| Octal | 125 | 75 | 46 | 0 | 34 | 67 | 103 | 35 | 46 | 30 |
| Binary | 1010101 | 111101 | 100110 | 0 | 11100 | 110111 | 1000011 | 11101 | 100110 | 11000 |
Color Harmonies of #553D26
Complementary color
Monochromatic Colors of #553D26
Black with #553D26
Text Example
Text Example
White with #553D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D26; }
p { color: rgb(85,61,38); }
H1.HeaderClassName
{
color: #553D26;
}
.AnyTagClassName
{
color: #553D26;
}
</style>
background-color css
<style>
a { background-color: #553D26; }
a { background-color: rgb(85,61,38); }
div.DivClassName
{
background-color: #553D26;
}
.BgClassName
{
background-color: #553D26;
}
</style>
border-color css
<style>
span { border-color: #553D26; }
span { border-color: rgb(85,61,38); }
td.TdClassName
{
border-color: #553D26;
}
.TagClassName
{
border-color: #553D26;
}
</style>