Shades of Brown Bramble #552F19
Tints of Brown Bramble #552F19
RGB
CMYK
RGB Variations
Color information
#552F19 (or 0x552F19) is known color: Brown Bramble. HEX triplet: 55, 2F and 19. RGB value is (85,47,25). Sum of RGB (Red+Green+Blue) = 85+47+25=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552F19 is #AAD0E6. Grayscale: #373737. Windows color (decimal): -11194599 or 1650517. OLE color: 1650517.
HSL color Cylindrical-coordinate representation of color #552F19: hue angle of 22º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552F19 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 25 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.67 |
| HSL | 22º | 0.55% | 0.22% | - |
| HSV(B) | 22º | 0.71% | 0.33% | - |
| XYZ | 4.94 | 4.03 | 1.44 | - |
| YUV | 55.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 25 | 0 | 0.45 | 0.71 | 0.67 | 22 | 0.55 | 0.22 |
| Hex | 55 | 2F | 19 | 0 | 2D | 47 | 43 | 16 | 37 | 16 |
| Octal | 125 | 57 | 31 | 0 | 55 | 107 | 103 | 26 | 67 | 26 |
| Binary | 1010101 | 101111 | 11001 | 0 | 101101 | 1000111 | 1000011 | 10110 | 110111 | 10110 |
Color Harmonies of #552F19
Complementary color
Monochromatic Colors of #552F19
Black with #552F19
Text Example
Text Example
White with #552F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F19; }
p { color: rgb(85,47,25); }
H1.HeaderClassName
{
color: #552F19;
}
.AnyTagClassName
{
color: #552F19;
}
</style>
background-color css
<style>
a { background-color: #552F19; }
a { background-color: rgb(85,47,25); }
div.DivClassName
{
background-color: #552F19;
}
.BgClassName
{
background-color: #552F19;
}
</style>
border-color css
<style>
span { border-color: #552F19; }
span { border-color: rgb(85,47,25); }
td.TdClassName
{
border-color: #552F19;
}
.TagClassName
{
border-color: #552F19;
}
</style>