Shades of Bracken #553C23
Tints of Bracken #553C23
RGB
CMYK
RGB Variations
Color information
#553C23 (or 0x553C23) is known color: Bracken. HEX triplet: 55, 3C and 23. RGB value is (85,60,35). Sum of RGB (Red+Green+Blue) = 85+60+35=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #553C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C23 is #AAC3DC. Grayscale: #404040. Windows color (decimal): -11191261 or 2309205. OLE color: 2309205.
HSL color Cylindrical-coordinate representation of color #553C23: hue angle of 30º 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 #553C23 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 35 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.67 |
| HSL | 30º | 0.42% | 0.24% | - |
| HSV(B) | 30º | 0.59% | 0.33% | - |
| XYZ | 5.67 | 5.28 | 2.31 | - |
| YUV | 64.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 35 | 0 | 0.29 | 0.59 | 0.67 | 30 | 0.42 | 0.24 |
| Hex | 55 | 3C | 23 | 0 | 1D | 3B | 43 | 1E | 2A | 18 |
| Octal | 125 | 74 | 43 | 0 | 35 | 73 | 103 | 36 | 52 | 30 |
| Binary | 1010101 | 111100 | 100011 | 0 | 11101 | 111011 | 1000011 | 11110 | 101010 | 11000 |
Color Harmonies of #553C23
Complementary color
Monochromatic Colors of #553C23
Black with #553C23
Text Example
Text Example
White with #553C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C23; }
p { color: rgb(85,60,35); }
H1.HeaderClassName
{
color: #553C23;
}
.AnyTagClassName
{
color: #553C23;
}
</style>
background-color css
<style>
a { background-color: #553C23; }
a { background-color: rgb(85,60,35); }
div.DivClassName
{
background-color: #553C23;
}
.BgClassName
{
background-color: #553C23;
}
</style>
border-color css
<style>
span { border-color: #553C23; }
span { border-color: rgb(85,60,35); }
td.TdClassName
{
border-color: #553C23;
}
.TagClassName
{
border-color: #553C23;
}
</style>