Shades of Brown Bramble #553820
Tints of Brown Bramble #553820
RGB
CMYK
RGB Variations
Color information
#553820 (or 0x553820) is known color: Brown Bramble. HEX triplet: 55, 38 and 20. RGB value is (85,56,32). Sum of RGB (Red+Green+Blue) = 85+56+32=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553820 is #AAC7DF. Grayscale: #3E3E3E. Windows color (decimal): -11192288 or 2111573. OLE color: 2111573.
HSL color Cylindrical-coordinate representation of color #553820: hue angle of 27.17º 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 #553820 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 32 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.67 |
| HSL | 27.17º | 0.45% | 0.23% | - |
| HSV(B) | 27.17º | 0.62% | 0.33% | - |
| XYZ | 5.42 | 4.86 | 2.02 | - |
| YUV | 61.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 32 | 0 | 0.34 | 0.62 | 0.67 | 27.17 | 0.45 | 0.23 |
| Hex | 55 | 38 | 20 | 0 | 22 | 3E | 43 | 1B | 2D | 17 |
| Octal | 125 | 70 | 40 | 0 | 42 | 76 | 103 | 33 | 55 | 27 |
| Binary | 1010101 | 111000 | 100000 | 0 | 100010 | 111110 | 1000011 | 11011 | 101101 | 10111 |
Color Harmonies of #553820
Complementary color
Monochromatic Colors of #553820
Black with #553820
Text Example
Text Example
White with #553820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553820; }
p { color: rgb(85,56,32); }
H1.HeaderClassName
{
color: #553820;
}
.AnyTagClassName
{
color: #553820;
}
</style>
background-color css
<style>
a { background-color: #553820; }
a { background-color: rgb(85,56,32); }
div.DivClassName
{
background-color: #553820;
}
.BgClassName
{
background-color: #553820;
}
</style>
border-color css
<style>
span { border-color: #553820; }
span { border-color: rgb(85,56,32); }
td.TdClassName
{
border-color: #553820;
}
.TagClassName
{
border-color: #553820;
}
</style>