#503513

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

Shades of Brown Bramble #503513

Tints of Brown Bramble #503513

Color information

#503513 (or 0x503513) is unknown color: approx Brown Bramble. HEX triplet: 50, 35 and 13. RGB value is (80,53,19). Sum of RGB (Red+Green+Blue) = 80+53+19=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503513 is #AFCAEC. Grayscale: #393939. Windows color (decimal): -11520749 or 1258832. OLE color: 1258832.

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

Color convert

RGB805319-
CMYK00.340.760.69
HSL33.44º61.62%19.41%-
HSV(B)33.44º76.25%31.37%-
XYZ4.74.31.2-
YUV57.2106.45144.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=52.63%
G=34.87%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80531900.340.760.6933.4461.6219.41
Hex5035130224C45213e13
Octal1206523042114105417623
Binary10100001101011001101000101001100100010110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503513; }

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

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

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

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

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

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

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

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