Shades of Brown Bramble #553620
Tints of Brown Bramble #553620
RGB
CMYK
RGB Variations
Color information
#553620 (or 0x553620) is known color: Brown Bramble. HEX triplet: 55, 36 and 20. RGB value is (85,54,32). Sum of RGB (Red+Green+Blue) = 85+54+32=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #553620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553620 is #AAC9DF. Grayscale: #3C3C3C. Windows color (decimal): -11192800 or 2111061. OLE color: 2111061.
HSL color Cylindrical-coordinate representation of color #553620: hue angle of 24.91º 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 #553620 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 32 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.67 |
| HSL | 24.91º | 0.45% | 0.23% | - |
| HSV(B) | 24.91º | 0.62% | 0.33% | - |
| XYZ | 5.33 | 4.67 | 1.99 | - |
| YUV | 60.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 32 | 0 | 0.36 | 0.62 | 0.67 | 24.91 | 0.45 | 0.23 |
| Hex | 55 | 36 | 20 | 0 | 24 | 3E | 43 | 19 | 2D | 17 |
| Octal | 125 | 66 | 40 | 0 | 44 | 76 | 103 | 31 | 55 | 27 |
| Binary | 1010101 | 110110 | 100000 | 0 | 100100 | 111110 | 1000011 | 11001 | 101101 | 10111 |
Color Harmonies of #553620
Complementary color
Monochromatic Colors of #553620
Black with #553620
Text Example
Text Example
White with #553620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553620; }
p { color: rgb(85,54,32); }
H1.HeaderClassName
{
color: #553620;
}
.AnyTagClassName
{
color: #553620;
}
</style>
background-color css
<style>
a { background-color: #553620; }
a { background-color: rgb(85,54,32); }
div.DivClassName
{
background-color: #553620;
}
.BgClassName
{
background-color: #553620;
}
</style>
border-color css
<style>
span { border-color: #553620; }
span { border-color: rgb(85,54,32); }
td.TdClassName
{
border-color: #553620;
}
.TagClassName
{
border-color: #553620;
}
</style>