Shades of Brown Bramble #503523
Tints of Brown Bramble #503523
RGB
CMYK
RGB Variations
Color information
#503523 (or 0x503523) is known color: Brown Bramble. HEX triplet: 50, 35 and 23. RGB value is (80,53,35). Sum of RGB (Red+Green+Blue) = 80+53+35=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503523 is #AFCADC. Grayscale: #3B3B3B. Windows color (decimal): -11520733 or 2307408. OLE color: 2307408.
HSL color Cylindrical-coordinate representation of color #503523: hue angle of 24º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503523 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 35 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.69 |
| HSL | 24º | 0.39% | 0.23% | - |
| HSV(B) | 24º | 0.56% | 0.31% | - |
| XYZ | 4.88 | 4.37 | 2.18 | - |
| YUV | 59.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 35 | 0 | 0.34 | 0.56 | 0.69 | 24 | 0.39 | 0.23 |
| Hex | 50 | 35 | 23 | 0 | 22 | 38 | 45 | 18 | 27 | 17 |
| Octal | 120 | 65 | 43 | 0 | 42 | 70 | 105 | 30 | 47 | 27 |
| Binary | 1010000 | 110101 | 100011 | 0 | 100010 | 111000 | 1000101 | 11000 | 100111 | 10111 |
Color Harmonies of #503523
Complementary color
Monochromatic Colors of #503523
Black with #503523
Text Example
Text Example
White with #503523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503523; }
p { color: rgb(80,53,35); }
H1.HeaderClassName
{
color: #503523;
}
.AnyTagClassName
{
color: #503523;
}
</style>
background-color css
<style>
a { background-color: #503523; }
a { background-color: rgb(80,53,35); }
div.DivClassName
{
background-color: #503523;
}
.BgClassName
{
background-color: #503523;
}
</style>
border-color css
<style>
span { border-color: #503523; }
span { border-color: rgb(80,53,35); }
td.TdClassName
{
border-color: #503523;
}
.TagClassName
{
border-color: #503523;
}
</style>