#503218

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

Shades of Brown Bramble #503218

Tints of Brown Bramble #503218

Color information

#503218 (or 0x503218) is unknown color: approx Brown Bramble. HEX triplet: 50, 32 and 18. RGB value is (80,50,24). Sum of RGB (Red+Green+Blue) = 80+50+24=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503218 is #AFCDE7. Grayscale: #383838. Windows color (decimal): -11521512 or 1585744. OLE color: 1585744.

HSL color Cylindrical-coordinate representation of color #503218: hue angle of 27.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503218 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB805024-
CMYK00.370.700.69
HSL27.86º53.85%20.39%-
HSV(B)27.86º70%31.37%-
XYZ4.614.051.4-
YUV56.01109.94145.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=51.95%
G=32.47%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80502400.370.700.6927.8653.8520.39
Hex50321802546451c3614
Octal1206230045106105346624
Binary1010000110010110000100101100011010001011110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503218; }

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

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

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

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

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

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

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

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