Shades of Brown Bramble #503421
Tints of Brown Bramble #503421
RGB
CMYK
RGB Variations
Color information
#503421 (or 0x503421) is known color: Brown Bramble. HEX triplet: 50, 34 and 21. RGB value is (80,52,33). Sum of RGB (Red+Green+Blue) = 80+52+33=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503421 is #AFCBDE. Grayscale: #3A3A3A. Windows color (decimal): -11520991 or 2176080. OLE color: 2176080.
HSL color Cylindrical-coordinate representation of color #503421: hue angle of 24.26º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503421 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 33 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.69 |
| HSL | 24.26º | 0.42% | 0.22% | - |
| HSV(B) | 24.26º | 0.59% | 0.31% | - |
| XYZ | 4.81 | 4.27 | 2.01 | - |
| YUV | 58.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 33 | 0 | 0.35 | 0.59 | 0.69 | 24.26 | 0.42 | 0.22 |
| Hex | 50 | 34 | 21 | 0 | 23 | 3B | 45 | 18 | 2A | 16 |
| Octal | 120 | 64 | 41 | 0 | 43 | 73 | 105 | 30 | 52 | 26 |
| Binary | 1010000 | 110100 | 100001 | 0 | 100011 | 111011 | 1000101 | 11000 | 101010 | 10110 |
Color Harmonies of #503421
Complementary color
Monochromatic Colors of #503421
Black with #503421
Text Example
Text Example
White with #503421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503421; }
p { color: rgb(80,52,33); }
H1.HeaderClassName
{
color: #503421;
}
.AnyTagClassName
{
color: #503421;
}
</style>
background-color css
<style>
a { background-color: #503421; }
a { background-color: rgb(80,52,33); }
div.DivClassName
{
background-color: #503421;
}
.BgClassName
{
background-color: #503421;
}
</style>
border-color css
<style>
span { border-color: #503421; }
span { border-color: rgb(80,52,33); }
td.TdClassName
{
border-color: #503421;
}
.TagClassName
{
border-color: #503421;
}
</style>