Shades of Brown Bramble #553424
Tints of Brown Bramble #553424
RGB
CMYK
RGB Variations
Color information
#553424 (or 0x553424) is known color: Brown Bramble. HEX triplet: 55, 34 and 24. RGB value is (85,52,36). Sum of RGB (Red+Green+Blue) = 85+52+36=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553424 is #AACBDB. Grayscale: #3C3C3C. Windows color (decimal): -11193308 or 2372693. OLE color: 2372693.
HSL color Cylindrical-coordinate representation of color #553424: hue angle of 19.59º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553424 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 36 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.67 |
| HSL | 19.59º | 0.4% | 0.24% | - |
| HSV(B) | 19.59º | 0.58% | 0.33% | - |
| XYZ | 5.29 | 4.51 | 2.26 | - |
| YUV | 60.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 36 | 0 | 0.39 | 0.58 | 0.67 | 19.59 | 0.4 | 0.24 |
| Hex | 55 | 34 | 24 | 0 | 27 | 3A | 43 | 14 | 28 | 18 |
| Octal | 125 | 64 | 44 | 0 | 47 | 72 | 103 | 24 | 50 | 30 |
| Binary | 1010101 | 110100 | 100100 | 0 | 100111 | 111010 | 1000011 | 10100 | 101000 | 11000 |
Color Harmonies of #553424
Complementary color
Monochromatic Colors of #553424
Black with #553424
Text Example
Text Example
White with #553424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553424; }
p { color: rgb(85,52,36); }
H1.HeaderClassName
{
color: #553424;
}
.AnyTagClassName
{
color: #553424;
}
</style>
background-color css
<style>
a { background-color: #553424; }
a { background-color: rgb(85,52,36); }
div.DivClassName
{
background-color: #553424;
}
.BgClassName
{
background-color: #553424;
}
</style>
border-color css
<style>
span { border-color: #553424; }
span { border-color: rgb(85,52,36); }
td.TdClassName
{
border-color: #553424;
}
.TagClassName
{
border-color: #553424;
}
</style>