Shades of Brown Bramble #55341E
Tints of Brown Bramble #55341E
RGB
CMYK
RGB Variations
Color information
#55341E (or 0x55341E) is known color: Brown Bramble. HEX triplet: 55, 34 and 1E. RGB value is (85,52,30). Sum of RGB (Red+Green+Blue) = 85+52+30=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55341E is #AACBE1. Grayscale: #3B3B3B. Windows color (decimal): -11193314 or 1979477. OLE color: 1979477.
HSL color Cylindrical-coordinate representation of color #55341E: hue angle of 24º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55341E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 30 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.67 |
| HSL | 24º | 0.48% | 0.23% | - |
| HSV(B) | 24º | 0.65% | 0.33% | - |
| XYZ | 5.21 | 4.48 | 1.82 | - |
| YUV | 59.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 30 | 0 | 0.39 | 0.65 | 0.67 | 24 | 0.48 | 0.23 |
| Hex | 55 | 34 | 1E | 0 | 27 | 41 | 43 | 18 | 30 | 17 |
| Octal | 125 | 64 | 36 | 0 | 47 | 101 | 103 | 30 | 60 | 27 |
| Binary | 1010101 | 110100 | 11110 | 0 | 100111 | 1000001 | 1000011 | 11000 | 110000 | 10111 |
Color Harmonies of #55341E
Complementary color
Monochromatic Colors of #55341E
Black with #55341E
Text Example
Text Example
White with #55341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55341E; }
p { color: rgb(85,52,30); }
H1.HeaderClassName
{
color: #55341E;
}
.AnyTagClassName
{
color: #55341E;
}
</style>
background-color css
<style>
a { background-color: #55341E; }
a { background-color: rgb(85,52,30); }
div.DivClassName
{
background-color: #55341E;
}
.BgClassName
{
background-color: #55341E;
}
</style>
border-color css
<style>
span { border-color: #55341E; }
span { border-color: rgb(85,52,30); }
td.TdClassName
{
border-color: #55341E;
}
.TagClassName
{
border-color: #55341E;
}
</style>