Shades of Brown Bramble #553821
Tints of Brown Bramble #553821
RGB
CMYK
RGB Variations
Color information
#553821 (or 0x553821) is known color: Brown Bramble. HEX triplet: 55, 38 and 21. RGB value is (85,56,33). Sum of RGB (Red+Green+Blue) = 85+56+33=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553821 is #AAC7DE. Grayscale: #3E3E3E. Windows color (decimal): -11192287 or 2177109. OLE color: 2177109.
HSL color Cylindrical-coordinate representation of color #553821: hue angle of 26.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553821 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 33 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.67 |
| HSL | 26.54º | 0.44% | 0.23% | - |
| HSV(B) | 26.54º | 0.61% | 0.33% | - |
| XYZ | 5.43 | 4.87 | 2.09 | - |
| YUV | 62.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 33 | 0 | 0.34 | 0.61 | 0.67 | 26.54 | 0.44 | 0.23 |
| Hex | 55 | 38 | 21 | 0 | 22 | 3D | 43 | 1B | 2C | 17 |
| Octal | 125 | 70 | 41 | 0 | 42 | 75 | 103 | 33 | 54 | 27 |
| Binary | 1010101 | 111000 | 100001 | 0 | 100010 | 111101 | 1000011 | 11011 | 101100 | 10111 |
Color Harmonies of #553821
Complementary color
Monochromatic Colors of #553821
Black with #553821
Text Example
Text Example
White with #553821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553821; }
p { color: rgb(85,56,33); }
H1.HeaderClassName
{
color: #553821;
}
.AnyTagClassName
{
color: #553821;
}
</style>
background-color css
<style>
a { background-color: #553821; }
a { background-color: rgb(85,56,33); }
div.DivClassName
{
background-color: #553821;
}
.BgClassName
{
background-color: #553821;
}
</style>
border-color css
<style>
span { border-color: #553821; }
span { border-color: rgb(85,56,33); }
td.TdClassName
{
border-color: #553821;
}
.TagClassName
{
border-color: #553821;
}
</style>