Shades of Brown Bramble #553420
Tints of Brown Bramble #553420
RGB
CMYK
RGB Variations
Color information
#553420 (or 0x553420) is known color: Brown Bramble. HEX triplet: 55, 34 and 20. RGB value is (85,52,32). Sum of RGB (Red+Green+Blue) = 85+52+32=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #553420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553420 is #AACBDF. Grayscale: #3B3B3B. Windows color (decimal): -11193312 or 2110549. OLE color: 2110549.
HSL color Cylindrical-coordinate representation of color #553420: hue angle of 22.64º 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 #553420 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 32 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.67 |
| HSL | 22.64º | 0.45% | 0.23% | - |
| HSV(B) | 22.64º | 0.62% | 0.33% | - |
| XYZ | 5.24 | 4.49 | 1.96 | - |
| YUV | 59.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 32 | 0 | 0.39 | 0.62 | 0.67 | 22.64 | 0.45 | 0.23 |
| Hex | 55 | 34 | 20 | 0 | 27 | 3E | 43 | 17 | 2D | 17 |
| Octal | 125 | 64 | 40 | 0 | 47 | 76 | 103 | 27 | 55 | 27 |
| Binary | 1010101 | 110100 | 100000 | 0 | 100111 | 111110 | 1000011 | 10111 | 101101 | 10111 |
Color Harmonies of #553420
Complementary color
Monochromatic Colors of #553420
Black with #553420
Text Example
Text Example
White with #553420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553420; }
p { color: rgb(85,52,32); }
H1.HeaderClassName
{
color: #553420;
}
.AnyTagClassName
{
color: #553420;
}
</style>
background-color css
<style>
a { background-color: #553420; }
a { background-color: rgb(85,52,32); }
div.DivClassName
{
background-color: #553420;
}
.BgClassName
{
background-color: #553420;
}
</style>
border-color css
<style>
span { border-color: #553420; }
span { border-color: rgb(85,52,32); }
td.TdClassName
{
border-color: #553420;
}
.TagClassName
{
border-color: #553420;
}
</style>