Shades of Brown Bramble #553523
Tints of Brown Bramble #553523
RGB
CMYK
RGB Variations
Color information
#553523 (or 0x553523) is known color: Brown Bramble. HEX triplet: 55, 35 and 23. RGB value is (85,53,35). Sum of RGB (Red+Green+Blue) = 85+53+35=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553523 is #AACADC. Grayscale: #3C3C3C. Windows color (decimal): -11193053 or 2307413. OLE color: 2307413.
HSL color Cylindrical-coordinate representation of color #553523: hue angle of 21.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553523 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 35 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.67 |
| HSL | 21.6º | 0.42% | 0.24% | - |
| HSV(B) | 21.6º | 0.59% | 0.33% | - |
| XYZ | 5.32 | 4.6 | 2.2 | - |
| YUV | 60.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 35 | 0 | 0.38 | 0.59 | 0.67 | 21.6 | 0.42 | 0.24 |
| Hex | 55 | 35 | 23 | 0 | 26 | 3B | 43 | 16 | 2A | 18 |
| Octal | 125 | 65 | 43 | 0 | 46 | 73 | 103 | 26 | 52 | 30 |
| Binary | 1010101 | 110101 | 100011 | 0 | 100110 | 111011 | 1000011 | 10110 | 101010 | 11000 |
Color Harmonies of #553523
Complementary color
Monochromatic Colors of #553523
Black with #553523
Text Example
Text Example
White with #553523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553523; }
p { color: rgb(85,53,35); }
H1.HeaderClassName
{
color: #553523;
}
.AnyTagClassName
{
color: #553523;
}
</style>
background-color css
<style>
a { background-color: #553523; }
a { background-color: rgb(85,53,35); }
div.DivClassName
{
background-color: #553523;
}
.BgClassName
{
background-color: #553523;
}
</style>
border-color css
<style>
span { border-color: #553523; }
span { border-color: rgb(85,53,35); }
td.TdClassName
{
border-color: #553523;
}
.TagClassName
{
border-color: #553523;
}
</style>