#501502

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

Shades of Brown Pod #501502

Tints of Brown Pod #501502

Color information

#501502 (or 0x501502) is unknown color: approx Brown Pod. HEX triplet: 50, 15 and 02. RGB value is (80,21,2). Sum of RGB (Red+Green+Blue) = 80+21+2=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501502 is #AFEAFD. Grayscale: #242424. Windows color (decimal): -11528958 or 136528. OLE color: 136528.

HSL color Cylindrical-coordinate representation of color #501502: hue angle of 14.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #501502 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB80212-
CMYK00.740.980.69
HSL14.62º95.12%16.08%-
HSV(B)14.62º97.5%31.37%-
XYZ3.592.250.3-
YUV36.48108.55159.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 77.67%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=77.67%
G=20.39%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8021200.740.980.6914.6295.1216.08
Hex5015204A6245f5f10
Octal12025201121421051713720
Binary1010000101011001001010110001010001011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501502; }

 p { color: rgb(80,21,2); }

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

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

 a { background-color: rgb(80,21,2); }

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

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

 span { border-color: rgb(80,21,2); }

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