#503219

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

Shades of Brown Bramble #503219

Tints of Brown Bramble #503219

Color information

#503219 (or 0x503219) is unknown color: approx Brown Bramble. HEX triplet: 50, 32 and 19. RGB value is (80,50,25). Sum of RGB (Red+Green+Blue) = 80+50+25=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503219 is #AFCDE6. Grayscale: #383838. Windows color (decimal): -11521511 or 1651280. OLE color: 1651280.

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

Color convert

RGB805025-
CMYK00.370.690.69
HSL27.27º52.38%20.59%-
HSV(B)27.27º68.75%31.37%-
XYZ4.624.061.46-
YUV56.12110.44145.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=51.61%
G=32.26%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80502500.370.690.6927.2752.3820.59
Hex50321902545451b3415
Octal1206231045105105336425
Binary1010000110010110010100101100010110001011101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503219; }

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

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

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

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

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

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

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

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