#503620

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

Shades of Brown Bramble #503620

Tints of Brown Bramble #503620

Color information

#503620 (or 0x503620) is unknown color: approx Brown Bramble. HEX triplet: 50, 36 and 20. RGB value is (80,54,32). Sum of RGB (Red+Green+Blue) = 80+54+32=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503620 is #AFC9DF. Grayscale: #3B3B3B. Windows color (decimal): -11520480 or 2111056. OLE color: 2111056.

HSL color Cylindrical-coordinate representation of color #503620: hue angle of 27.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503620 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB805432-
CMYK00.330.600.69
HSL27.5º42.86%21.96%-
HSV(B)27.5º60%31.37%-
XYZ4.894.451.97-
YUV59.27112.61142.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=48.19%
G=32.53%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80543200.330.600.6927.542.8621.96
Hex5036200213C451c2b16
Octal120664004174105345326
Binary1010000110110100000010000111110010001011110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503620; }

 p { color: rgb(80,54,32); }

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

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

 a { background-color: rgb(80,54,32); }

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

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

 span { border-color: rgb(80,54,32); }

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