Shades of Bracken #553D23
Tints of Bracken #553D23
RGB
CMYK
RGB Variations
Color information
#553D23 (or 0x553D23) is known color: Bracken. HEX triplet: 55, 3D and 23. RGB value is (85,61,35). Sum of RGB (Red+Green+Blue) = 85+61+35=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #553D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D23 is #AAC2DC. Grayscale: #414141. Windows color (decimal): -11191005 or 2309461. OLE color: 2309461.
HSL color Cylindrical-coordinate representation of color #553D23: hue angle of 31.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553D23 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 35 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.67 |
| HSL | 31.2º | 0.42% | 0.24% | - |
| HSV(B) | 31.2º | 0.59% | 0.33% | - |
| XYZ | 5.72 | 5.39 | 2.33 | - |
| YUV | 65.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 35 | 0 | 0.28 | 0.59 | 0.67 | 31.2 | 0.42 | 0.24 |
| Hex | 55 | 3D | 23 | 0 | 1C | 3B | 43 | 1F | 2A | 18 |
| Octal | 125 | 75 | 43 | 0 | 34 | 73 | 103 | 37 | 52 | 30 |
| Binary | 1010101 | 111101 | 100011 | 0 | 11100 | 111011 | 1000011 | 11111 | 101010 | 11000 |
Color Harmonies of #553D23
Complementary color
Monochromatic Colors of #553D23
Black with #553D23
Text Example
Text Example
White with #553D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D23; }
p { color: rgb(85,61,35); }
H1.HeaderClassName
{
color: #553D23;
}
.AnyTagClassName
{
color: #553D23;
}
</style>
background-color css
<style>
a { background-color: #553D23; }
a { background-color: rgb(85,61,35); }
div.DivClassName
{
background-color: #553D23;
}
.BgClassName
{
background-color: #553D23;
}
</style>
border-color css
<style>
span { border-color: #553D23; }
span { border-color: rgb(85,61,35); }
td.TdClassName
{
border-color: #553D23;
}
.TagClassName
{
border-color: #553D23;
}
</style>