Shades of Brown Bramble #553624
Tints of Brown Bramble #553624
RGB
CMYK
RGB Variations
Color information
#553624 (or 0x553624) is known color: Brown Bramble. HEX triplet: 55, 36 and 24. RGB value is (85,54,36). Sum of RGB (Red+Green+Blue) = 85+54+36=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553624 is #AAC9DB. Grayscale: #3D3D3D. Windows color (decimal): -11192796 or 2373205. OLE color: 2373205.
HSL color Cylindrical-coordinate representation of color #553624: hue angle of 22.04º 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 #553624 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 36 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.67 |
| HSL | 22.04º | 0.4% | 0.24% | - |
| HSV(B) | 22.04º | 0.58% | 0.33% | - |
| XYZ | 5.38 | 4.7 | 2.29 | - |
| YUV | 61.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 36 | 0 | 0.36 | 0.58 | 0.67 | 22.04 | 0.4 | 0.24 |
| Hex | 55 | 36 | 24 | 0 | 24 | 3A | 43 | 16 | 28 | 18 |
| Octal | 125 | 66 | 44 | 0 | 44 | 72 | 103 | 26 | 50 | 30 |
| Binary | 1010101 | 110110 | 100100 | 0 | 100100 | 111010 | 1000011 | 10110 | 101000 | 11000 |
Color Harmonies of #553624
Complementary color
Monochromatic Colors of #553624
Black with #553624
Text Example
Text Example
White with #553624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553624; }
p { color: rgb(85,54,36); }
H1.HeaderClassName
{
color: #553624;
}
.AnyTagClassName
{
color: #553624;
}
</style>
background-color css
<style>
a { background-color: #553624; }
a { background-color: rgb(85,54,36); }
div.DivClassName
{
background-color: #553624;
}
.BgClassName
{
background-color: #553624;
}
</style>
border-color css
<style>
span { border-color: #553624; }
span { border-color: rgb(85,54,36); }
td.TdClassName
{
border-color: #553624;
}
.TagClassName
{
border-color: #553624;
}
</style>