#503119

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

Shades of Brown Bramble #503119

Tints of Brown Bramble #503119

Color information

#503119 (or 0x503119) is unknown color: approx Brown Bramble. HEX triplet: 50, 31 and 19. RGB value is (80,49,25). Sum of RGB (Red+Green+Blue) = 80+49+25=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503119 is #AFCEE6. Grayscale: #373737. Windows color (decimal): -11521767 or 1651024. OLE color: 1651024.

HSL color Cylindrical-coordinate representation of color #503119: hue angle of 26.18º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503119 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB804925-
CMYK00.390.690.69
HSL26.18º52.38%20.59%-
HSV(B)26.18º68.75%31.37%-
XYZ4.583.971.44-
YUV55.53110.77145.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 25 (10.16% from 255) = 16.23%
R=51.95%
G=31.82%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80492500.390.690.6926.1852.3820.59
Hex50311902745451a3415
Octal1206131047105105326425
Binary1010000110001110010100111100010110001011101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503119; }

 p { color: rgb(80,49,25); }

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

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

 a { background-color: rgb(80,49,25); }

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

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

 span { border-color: rgb(80,49,25); }

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