#501D06

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

Shades of Brown Pod #501D06

Tints of Brown Pod #501D06

Color information

#501D06 (or 0x501D06) is unknown color: approx Brown Pod. HEX triplet: 50, 1D and 06. RGB value is (80,29,6). Sum of RGB (Red+Green+Blue) = 80+29+6=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #501D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D06 is #AFE2F9. Grayscale: #292929. Windows color (decimal): -11526906 or 400720. OLE color: 400720.

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

Color convert

RGB80296-
CMYK00.640.920.69
HSL18.65º86.05%16.86%-
HSV(B)18.65º92.5%31.37%-
XYZ3.782.60.47-
YUV41.63107.9155.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 69.57%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=69.57%
G=25.22%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8029600.640.920.6918.6586.0516.86
Hex501D60405C45135611
Octal12035601001341052312621
Binary101000011101110010000001011100100010110011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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