Shades of Brown Bramble #50361C
Tints of Brown Bramble #50361C
RGB
CMYK
RGB Variations
Color information
#50361C (or 0x50361C) is known color: Brown Bramble. HEX triplet: 50, 36 and 1C. RGB value is (80,54,28). Sum of RGB (Red+Green+Blue) = 80+54+28=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50361C is #AFC9E3. Grayscale: #3A3A3A. Windows color (decimal): -11520484 or 1848912. OLE color: 1848912.
HSL color Cylindrical-coordinate representation of color #50361C: hue angle of 30º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50361C is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 28 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.69 |
| HSL | 30º | 0.48% | 0.21% | - |
| HSV(B) | 30º | 0.65% | 0.31% | - |
| XYZ | 4.84 | 4.43 | 1.7 | - |
| YUV | 58.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 28 | 0 | 0.33 | 0.65 | 0.69 | 30 | 0.48 | 0.21 |
| Hex | 50 | 36 | 1C | 0 | 21 | 41 | 45 | 1E | 30 | 15 |
| Octal | 120 | 66 | 34 | 0 | 41 | 101 | 105 | 36 | 60 | 25 |
| Binary | 1010000 | 110110 | 11100 | 0 | 100001 | 1000001 | 1000101 | 11110 | 110000 | 10101 |
Color Harmonies of #50361C
Complementary color
Monochromatic Colors of #50361C
Black with #50361C
Text Example
Text Example
White with #50361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50361C; }
p { color: rgb(80,54,28); }
H1.HeaderClassName
{
color: #50361C;
}
.AnyTagClassName
{
color: #50361C;
}
</style>
background-color css
<style>
a { background-color: #50361C; }
a { background-color: rgb(80,54,28); }
div.DivClassName
{
background-color: #50361C;
}
.BgClassName
{
background-color: #50361C;
}
</style>
border-color css
<style>
span { border-color: #50361C; }
span { border-color: rgb(80,54,28); }
td.TdClassName
{
border-color: #50361C;
}
.TagClassName
{
border-color: #50361C;
}
</style>