Shades of Brown Bramble #553721
Tints of Brown Bramble #553721
RGB
CMYK
RGB Variations
Color information
#553721 (or 0x553721) is known color: Brown Bramble. HEX triplet: 55, 37 and 21. RGB value is (85,55,33). Sum of RGB (Red+Green+Blue) = 85+55+33=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553721 is #AAC8DE. Grayscale: #3D3D3D. Windows color (decimal): -11192543 or 2176853. OLE color: 2176853.
HSL color Cylindrical-coordinate representation of color #553721: hue angle of 25.38º 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 #553721 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 33 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.67 |
| HSL | 25.38º | 0.44% | 0.23% | - |
| HSV(B) | 25.38º | 0.61% | 0.33% | - |
| XYZ | 5.39 | 4.77 | 2.08 | - |
| YUV | 61.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 33 | 0 | 0.35 | 0.61 | 0.67 | 25.38 | 0.44 | 0.23 |
| Hex | 55 | 37 | 21 | 0 | 23 | 3D | 43 | 19 | 2C | 17 |
| Octal | 125 | 67 | 41 | 0 | 43 | 75 | 103 | 31 | 54 | 27 |
| Binary | 1010101 | 110111 | 100001 | 0 | 100011 | 111101 | 1000011 | 11001 | 101100 | 10111 |
Color Harmonies of #553721
Complementary color
Monochromatic Colors of #553721
Black with #553721
Text Example
Text Example
White with #553721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553721; }
p { color: rgb(85,55,33); }
H1.HeaderClassName
{
color: #553721;
}
.AnyTagClassName
{
color: #553721;
}
</style>
background-color css
<style>
a { background-color: #553721; }
a { background-color: rgb(85,55,33); }
div.DivClassName
{
background-color: #553721;
}
.BgClassName
{
background-color: #553721;
}
</style>
border-color css
<style>
span { border-color: #553721; }
span { border-color: rgb(85,55,33); }
td.TdClassName
{
border-color: #553721;
}
.TagClassName
{
border-color: #553721;
}
</style>