Shades of Brown Bramble #55381F
Tints of Brown Bramble #55381F
RGB
CMYK
RGB Variations
Color information
#55381F (or 0x55381F) is known color: Brown Bramble. HEX triplet: 55, 38 and 1F. RGB value is (85,56,31). Sum of RGB (Red+Green+Blue) = 85+56+31=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55381F is #AAC7E0. Grayscale: #3D3D3D. Windows color (decimal): -11192289 or 2046037. OLE color: 2046037.
HSL color Cylindrical-coordinate representation of color #55381F: hue angle of 27.78º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55381F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 31 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.67 |
| HSL | 27.78º | 0.47% | 0.23% | - |
| HSV(B) | 27.78º | 0.64% | 0.33% | - |
| XYZ | 5.41 | 4.86 | 1.95 | - |
| YUV | 61.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 31 | 0 | 0.34 | 0.64 | 0.67 | 27.78 | 0.47 | 0.23 |
| Hex | 55 | 38 | 1F | 0 | 22 | 40 | 43 | 1C | 2F | 17 |
| Octal | 125 | 70 | 37 | 0 | 42 | 100 | 103 | 34 | 57 | 27 |
| Binary | 1010101 | 111000 | 11111 | 0 | 100010 | 1000000 | 1000011 | 11100 | 101111 | 10111 |
Color Harmonies of #55381F
Complementary color
Monochromatic Colors of #55381F
Black with #55381F
Text Example
Text Example
White with #55381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55381F; }
p { color: rgb(85,56,31); }
H1.HeaderClassName
{
color: #55381F;
}
.AnyTagClassName
{
color: #55381F;
}
</style>
background-color css
<style>
a { background-color: #55381F; }
a { background-color: rgb(85,56,31); }
div.DivClassName
{
background-color: #55381F;
}
.BgClassName
{
background-color: #55381F;
}
</style>
border-color css
<style>
span { border-color: #55381F; }
span { border-color: rgb(85,56,31); }
td.TdClassName
{
border-color: #55381F;
}
.TagClassName
{
border-color: #55381F;
}
</style>