#503019

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

Shades of Brown Bramble #503019

Tints of Brown Bramble #503019

Color information

#503019 (or 0x503019) is unknown color: approx Brown Bramble. HEX triplet: 50, 30 and 19. RGB value is (80,48,25). Sum of RGB (Red+Green+Blue) = 80+48+25=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503019 is #AFCFE6. Grayscale: #373737. Windows color (decimal): -11522023 or 1650768. OLE color: 1650768.

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

Color convert

RGB804825-
CMYK00.400.690.69
HSL25.09º52.38%20.59%-
HSV(B)25.09º68.75%31.37%-
XYZ4.543.891.43-
YUV54.95111.1145.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=52.29%
G=31.37%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80482500.400.690.6925.0952.3820.59
Hex5030190284545193415
Octal1206031050105105316425
Binary1010000110000110010101000100010110001011100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503019; }

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

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

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

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

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

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

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

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