#503615

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

Shades of Brown Bramble #503615

Tints of Brown Bramble #503615

Color information

#503615 (or 0x503615) is unknown color: approx Brown Bramble. HEX triplet: 50, 36 and 15. RGB value is (80,54,21). Sum of RGB (Red+Green+Blue) = 80+54+21=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503615 is #AFC9EA. Grayscale: #3A3A3A. Windows color (decimal): -11520491 or 1390160. OLE color: 1390160.

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

Color convert

RGB805421-
CMYK00.330.740.69
HSL33.56º58.42%19.8%-
HSV(B)33.56º73.75%31.37%-
XYZ4.764.41.31-
YUV58.01107.11143.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=51.61%
G=34.84%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80542100.330.740.6933.5658.4219.8
Hex5036150214A45223a14
Octal1206625041112105427224
Binary10100001101101010101000011001010100010110001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503615; }

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

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

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

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

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

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

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

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