#503515

Color #503515 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #503515

Tints of Brown Bramble #503515

Color information

#503515 (or 0x503515) is unknown color: approx Brown Bramble. HEX triplet: 50, 35 and 15. RGB value is (80,53,21). Sum of RGB (Red+Green+Blue) = 80+53+21=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503515 is #AFCAEA. Grayscale: #393939. Windows color (decimal): -11520747 or 1389904. OLE color: 1389904.

HSL color Cylindrical-coordinate representation of color #503515: hue angle of 32.54º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503515 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB805321-
CMYK00.340.740.69
HSL32.54º58.42%19.8%-
HSV(B)32.54º73.75%31.37%-
XYZ4.724.311.29-
YUV57.42107.45144.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=51.95%
G=34.42%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80532100.340.740.6932.5458.4219.8
Hex5035150224A45213a14
Octal1206525042112105417224
Binary10100001101011010101000101001010100010110000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503515; }

 p { color: rgb(80,53,21); }

 H1.HeaderClassName
 {
   color: #503515;
 }
 .AnyTagClassName
 {
   color: #503515;
 }
</style>
background-color css

<style>
 a { background-color: #503515; }

 a { background-color: rgb(80,53,21); }

 div.DivClassName
 {
   background-color: #503515;
 }
 .BgClassName
 {
   background-color: #503515;
 }
</style>
border-color css

<style>
 span { border-color: #503515; }

 span { border-color: rgb(80,53,21); }

 td.TdClassName
 {
   border-color: #503515;
 }
 .TagClassName
 {
   border-color: #503515;
 }
</style>