#503517

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

Shades of Brown Bramble #503517

Tints of Brown Bramble #503517

Color information

#503517 (or 0x503517) is unknown color: approx Brown Bramble. HEX triplet: 50, 35 and 17. RGB value is (80,53,23). Sum of RGB (Red+Green+Blue) = 80+53+23=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #503517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503517 is #AFCAE8. Grayscale: #393939. Windows color (decimal): -11520745 or 1520976. OLE color: 1520976.

HSL color Cylindrical-coordinate representation of color #503517: hue angle of 31.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503517 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB805323-
CMYK00.340.710.69
HSL31.58º55.34%20.2%-
HSV(B)31.58º71.25%31.37%-
XYZ4.744.311.39-
YUV57.65108.45143.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 23 (9.38% from 255) = 14.74%
R=51.28%
G=33.97%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80532300.340.710.6931.5855.3420.2
Hex5035170224745203714
Octal1206527042107105406724
Binary10100001101011011101000101000111100010110000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503517; }

 p { color: rgb(80,53,23); }

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

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

 a { background-color: rgb(80,53,23); }

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

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

 span { border-color: rgb(80,53,23); }

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