#503013

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

Shades of Brown Bramble #503013

Tints of Brown Bramble #503013

Color information

#503013 (or 0x503013) is unknown color: approx Brown Bramble. HEX triplet: 50, 30 and 13. RGB value is (80,48,19). Sum of RGB (Red+Green+Blue) = 80+48+19=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #503013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503013 is #AFCFEC. Grayscale: #363636. Windows color (decimal): -11522029 or 1257552. OLE color: 1257552.

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

Color convert

RGB804819-
CMYK00.400.760.69
HSL28.52º61.62%19.41%-
HSV(B)28.52º76.25%31.37%-
XYZ4.483.871.13-
YUV54.26108.1146.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=54.42%
G=32.65%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80481900.400.760.6928.5261.6219.41
Hex5030130284C451d3e13
Octal1206023050114105357623
Binary1010000110000100110101000100110010001011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503013; }

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

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

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

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

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

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

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

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