Shades of Brown Bramble #50321A
Tints of Brown Bramble #50321A
RGB
CMYK
RGB Variations
Color information
#50321A (or 0x50321A) is known color: Brown Bramble. HEX triplet: 50, 32 and 1A. RGB value is (80,50,26). Sum of RGB (Red+Green+Blue) = 80+50+26=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50321A is #AFCDE5. Grayscale: #383838. Windows color (decimal): -11521510 or 1716816. OLE color: 1716816.
HSL color Cylindrical-coordinate representation of color #50321A: hue angle of 26.67º 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 #50321A is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 26 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.69 |
| HSL | 26.67º | 0.51% | 0.21% | - |
| HSV(B) | 26.67º | 0.68% | 0.31% | - |
| XYZ | 4.64 | 4.06 | 1.52 | - |
| YUV | 56.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 26 | 0 | 0.37 | 0.67 | 0.69 | 26.67 | 0.51 | 0.21 |
| Hex | 50 | 32 | 1A | 0 | 25 | 43 | 45 | 1B | 33 | 15 |
| Octal | 120 | 62 | 32 | 0 | 45 | 103 | 105 | 33 | 63 | 25 |
| Binary | 1010000 | 110010 | 11010 | 0 | 100101 | 1000011 | 1000101 | 11011 | 110011 | 10101 |
Color Harmonies of #50321A
Complementary color
Monochromatic Colors of #50321A
Black with #50321A
Text Example
Text Example
White with #50321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50321A; }
p { color: rgb(80,50,26); }
H1.HeaderClassName
{
color: #50321A;
}
.AnyTagClassName
{
color: #50321A;
}
</style>
background-color css
<style>
a { background-color: #50321A; }
a { background-color: rgb(80,50,26); }
div.DivClassName
{
background-color: #50321A;
}
.BgClassName
{
background-color: #50321A;
}
</style>
border-color css
<style>
span { border-color: #50321A; }
span { border-color: rgb(80,50,26); }
td.TdClassName
{
border-color: #50321A;
}
.TagClassName
{
border-color: #50321A;
}
</style>