#503217

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

Shades of Brown Bramble #503217

Tints of Brown Bramble #503217

Color information

#503217 (or 0x503217) is unknown color: approx Brown Bramble. HEX triplet: 50, 32 and 17. RGB value is (80,50,23). Sum of RGB (Red+Green+Blue) = 80+50+23=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503217 is #AFCDE8. Grayscale: #383838. Windows color (decimal): -11521513 or 1520208. OLE color: 1520208.

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

Color convert

RGB805023-
CMYK00.370.710.69
HSL28.42º55.34%20.2%-
HSV(B)28.42º71.25%31.37%-
XYZ4.64.051.35-
YUV55.89109.44145.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=52.29%
G=32.68%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80502300.370.710.6928.4255.3420.2
Hex50321702547451c3714
Octal1206227045107105346724
Binary1010000110010101110100101100011110001011110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503217; }

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

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

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

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

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

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

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

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