Shades of Brown Bramble #50301A
Tints of Brown Bramble #50301A
RGB
CMYK
RGB Variations
Color information
#50301A (or 0x50301A) is known color: Brown Bramble. HEX triplet: 50, 30 and 1A. RGB value is (80,48,26). Sum of RGB (Red+Green+Blue) = 80+48+26=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #50301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50301A is #AFCFE5. Grayscale: #373737. Windows color (decimal): -11522022 or 1716304. OLE color: 1716304.
HSL color Cylindrical-coordinate representation of color #50301A: hue angle of 24.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50301A is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 26 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.69 |
| HSL | 24.44º | 0.51% | 0.21% | - |
| HSV(B) | 24.44º | 0.68% | 0.31% | - |
| XYZ | 4.55 | 3.89 | 1.49 | - |
| YUV | 55.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 26 | 0 | 0.40 | 0.67 | 0.69 | 24.44 | 0.51 | 0.21 |
| Hex | 50 | 30 | 1A | 0 | 28 | 43 | 45 | 18 | 33 | 15 |
| Octal | 120 | 60 | 32 | 0 | 50 | 103 | 105 | 30 | 63 | 25 |
| Binary | 1010000 | 110000 | 11010 | 0 | 101000 | 1000011 | 1000101 | 11000 | 110011 | 10101 |
Color Harmonies of #50301A
Complementary color
Monochromatic Colors of #50301A
Black with #50301A
Text Example
Text Example
White with #50301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50301A; }
p { color: rgb(80,48,26); }
H1.HeaderClassName
{
color: #50301A;
}
.AnyTagClassName
{
color: #50301A;
}
</style>
background-color css
<style>
a { background-color: #50301A; }
a { background-color: rgb(80,48,26); }
div.DivClassName
{
background-color: #50301A;
}
.BgClassName
{
background-color: #50301A;
}
</style>
border-color css
<style>
span { border-color: #50301A; }
span { border-color: rgb(80,48,26); }
td.TdClassName
{
border-color: #50301A;
}
.TagClassName
{
border-color: #50301A;
}
</style>