#503521

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

Shades of Brown Bramble #503521

Tints of Brown Bramble #503521

Color information

#503521 (or 0x503521) is unknown color: approx Brown Bramble. HEX triplet: 50, 35 and 21. RGB value is (80,53,33). Sum of RGB (Red+Green+Blue) = 80+53+33=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503521 is #AFCADE. Grayscale: #3A3A3A. Windows color (decimal): -11520735 or 2176336. OLE color: 2176336.

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

Color convert

RGB805333-
CMYK00.340.590.69
HSL25.53º41.59%22.16%-
HSV(B)25.53º58.75%31.37%-
XYZ4.864.362.02-
YUV58.79113.45143.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=48.19%
G=31.93%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80533300.340.590.6925.5341.5922.16
Hex5035210223B451a2a16
Octal120654104273105325226
Binary1010000110101100001010001011101110001011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503521; }

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

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

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

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

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

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

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

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