#501402

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

Shades of Brown Pod #501402

Tints of Brown Pod #501402

Color information

#501402 (or 0x501402) is unknown color: approx Brown Pod. HEX triplet: 50, 14 and 02. RGB value is (80,20,2). Sum of RGB (Red+Green+Blue) = 80+20+2=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #501402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501402 is #AFEBFD. Grayscale: #242424. Windows color (decimal): -11529214 or 136272. OLE color: 136272.

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

Color convert

RGB80202-
CMYK00.750.980.69
HSL13.85º95.12%16.08%-
HSV(B)13.85º97.5%31.37%-
XYZ3.572.210.3-
YUV35.89108.88159.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 78.43%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=78.43%
G=19.61%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8020200.750.980.6913.8595.1216.08
Hex5014204B6245e5f10
Octal12024201131421051613720
Binary1010000101001001001011110001010001011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501402; }

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

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

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

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

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

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

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

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