#501702

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

Shades of Brown Pod #501702

Tints of Brown Pod #501702

Color information

#501702 (or 0x501702) is unknown color: approx Brown Pod. HEX triplet: 50, 17 and 02. RGB value is (80,23,2). Sum of RGB (Red+Green+Blue) = 80+23+2=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501702 is #AFE8FD. Grayscale: #252525. Windows color (decimal): -11528446 or 137040. OLE color: 137040.

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

Color convert

RGB80232-
CMYK00.710.980.69
HSL16.15º95.12%16.08%-
HSV(B)16.15º97.5%31.37%-
XYZ3.632.320.31-
YUV37.65107.88158.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.19%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=76.19%
G=21.90%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8023200.710.980.6916.1595.1216.08
Hex501720476245105f10
Octal12027201071421052013720
Binary10100001011110010001111100010100010110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501702; }

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

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

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

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

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

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

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

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