#501902

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

Shades of Brown Pod #501902

Tints of Brown Pod #501902

Color information

#501902 (or 0x501902) is unknown color: approx Brown Pod. HEX triplet: 50, 19 and 02. RGB value is (80,25,2). Sum of RGB (Red+Green+Blue) = 80+25+2=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #501902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501902 is #AFE6FD. Grayscale: #262626. Windows color (decimal): -11527934 or 137552. OLE color: 137552.

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

Color convert

RGB80252-
CMYK00.690.980.69
HSL17.69º95.12%16.08%-
HSV(B)17.69º97.5%31.37%-
XYZ3.672.410.33-
YUV38.82107.22157.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.77%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=74.77%
G=23.36%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8025200.690.980.6917.6995.1216.08
Hex501920456245125f10
Octal12031201051421052213720
Binary10100001100110010001011100010100010110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501902; }

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

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

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

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

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

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

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

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