#503015

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

Shades of Brown Bramble #503015

Tints of Brown Bramble #503015

Color information

#503015 (or 0x503015) is unknown color: approx Brown Bramble. HEX triplet: 50, 30 and 15. RGB value is (80,48,21). Sum of RGB (Red+Green+Blue) = 80+48+21=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #503015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503015 is #AFCFEA. Grayscale: #363636. Windows color (decimal): -11522027 or 1388624. OLE color: 1388624.

HSL color Cylindrical-coordinate representation of color #503015: hue angle of 27.46º 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 #503015 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB804821-
CMYK00.400.740.69
HSL27.46º58.42%19.8%-
HSV(B)27.46º73.75%31.37%-
XYZ4.53.871.22-
YUV54.49109.1146.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=53.69%
G=32.21%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80482100.400.740.6927.4658.4219.8
Hex5030150284A451b3a14
Octal1206025050112105337224
Binary1010000110000101010101000100101010001011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503015; }

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

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

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

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

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

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

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

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