#501A06

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

Shades of Brown Pod #501A06

Tints of Brown Pod #501A06

Color information

#501A06 (or 0x501A06) is unknown color: approx Brown Pod. HEX triplet: 50, 1A and 06. RGB value is (80,26,6). Sum of RGB (Red+Green+Blue) = 80+26+6=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #501A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A06 is #AFE5F9. Grayscale: #282828. Windows color (decimal): -11527674 or 399952. OLE color: 399952.

HSL color Cylindrical-coordinate representation of color #501A06: hue angle of 16.22º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #501A06 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80266-
CMYK00.670.920.69
HSL16.22º86.05%16.86%-
HSV(B)16.22º92.5%31.37%-
XYZ3.712.460.45-
YUV39.87108.89156.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 71.43%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=71.43%
G=23.21%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8026600.670.920.6916.2286.0516.86
Hex501A60435C45105611
Octal12032601031341052012621
Binary101000011010110010000111011100100010110000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A06; }

 p { color: rgb(80,26,6); }

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

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

 a { background-color: rgb(80,26,6); }

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

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

 span { border-color: rgb(80,26,6); }

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