Shades of Brown Bramble #55381B
Tints of Brown Bramble #55381B
RGB
CMYK
RGB Variations
Color information
#55381B (or 0x55381B) is known color: Brown Bramble. HEX triplet: 55, 38 and 1B. RGB value is (85,56,27). Sum of RGB (Red+Green+Blue) = 85+56+27=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55381B is #AAC7E4. Grayscale: #3D3D3D. Windows color (decimal): -11192293 or 1783893. OLE color: 1783893.
HSL color Cylindrical-coordinate representation of color #55381B: hue angle of 30º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55381B is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 27 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.67 |
| HSL | 30º | 0.52% | 0.22% | - |
| HSV(B) | 30º | 0.68% | 0.33% | - |
| XYZ | 5.36 | 4.84 | 1.69 | - |
| YUV | 61.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 27 | 0 | 0.34 | 0.68 | 0.67 | 30 | 0.52 | 0.22 |
| Hex | 55 | 38 | 1B | 0 | 22 | 44 | 43 | 1E | 34 | 16 |
| Octal | 125 | 70 | 33 | 0 | 42 | 104 | 103 | 36 | 64 | 26 |
| Binary | 1010101 | 111000 | 11011 | 0 | 100010 | 1000100 | 1000011 | 11110 | 110100 | 10110 |
Color Harmonies of #55381B
Complementary color
Monochromatic Colors of #55381B
Black with #55381B
Text Example
Text Example
White with #55381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55381B; }
p { color: rgb(85,56,27); }
H1.HeaderClassName
{
color: #55381B;
}
.AnyTagClassName
{
color: #55381B;
}
</style>
background-color css
<style>
a { background-color: #55381B; }
a { background-color: rgb(85,56,27); }
div.DivClassName
{
background-color: #55381B;
}
.BgClassName
{
background-color: #55381B;
}
</style>
border-color css
<style>
span { border-color: #55381B; }
span { border-color: rgb(85,56,27); }
td.TdClassName
{
border-color: #55381B;
}
.TagClassName
{
border-color: #55381B;
}
</style>