Shades of Brown Bramble #553520
Tints of Brown Bramble #553520
RGB
CMYK
RGB Variations
Color information
#553520 (or 0x553520) is known color: Brown Bramble. HEX triplet: 55, 35 and 20. RGB value is (85,53,32). Sum of RGB (Red+Green+Blue) = 85+53+32=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553520 is #AACADF. Grayscale: #3C3C3C. Windows color (decimal): -11193056 or 2110805. OLE color: 2110805.
HSL color Cylindrical-coordinate representation of color #553520: hue angle of 23.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553520 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 32 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.67 |
| HSL | 23.77º | 0.45% | 0.23% | - |
| HSV(B) | 23.77º | 0.62% | 0.33% | - |
| XYZ | 5.28 | 4.58 | 1.97 | - |
| YUV | 60.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 32 | 0 | 0.38 | 0.62 | 0.67 | 23.77 | 0.45 | 0.23 |
| Hex | 55 | 35 | 20 | 0 | 26 | 3E | 43 | 18 | 2D | 17 |
| Octal | 125 | 65 | 40 | 0 | 46 | 76 | 103 | 30 | 55 | 27 |
| Binary | 1010101 | 110101 | 100000 | 0 | 100110 | 111110 | 1000011 | 11000 | 101101 | 10111 |
Color Harmonies of #553520
Complementary color
Monochromatic Colors of #553520
Black with #553520
Text Example
Text Example
White with #553520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553520; }
p { color: rgb(85,53,32); }
H1.HeaderClassName
{
color: #553520;
}
.AnyTagClassName
{
color: #553520;
}
</style>
background-color css
<style>
a { background-color: #553520; }
a { background-color: rgb(85,53,32); }
div.DivClassName
{
background-color: #553520;
}
.BgClassName
{
background-color: #553520;
}
</style>
border-color css
<style>
span { border-color: #553520; }
span { border-color: rgb(85,53,32); }
td.TdClassName
{
border-color: #553520;
}
.TagClassName
{
border-color: #553520;
}
</style>