#501D04

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

Shades of Brown Pod #501D04

Tints of Brown Pod #501D04

Color information

#501D04 (or 0x501D04) is unknown color: approx Brown Pod. HEX triplet: 50, 1D and 04. RGB value is (80,29,4). Sum of RGB (Red+Green+Blue) = 80+29+4=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #501D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D04 is #AFE2FB. Grayscale: #292929. Windows color (decimal): -11526908 or 269648. OLE color: 269648.

HSL color Cylindrical-coordinate representation of color #501D04: hue angle of 19.74º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #501D04 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB80294-
CMYK00.640.950.69
HSL19.74º90.48%16.47%-
HSV(B)19.74º95%31.37%-
XYZ3.772.590.42-
YUV41.4106.9155.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=70.80%
G=25.66%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8029400.640.950.6919.7490.4816.47
Hex501D40405F45145a10
Octal12035401001371052413220
Binary101000011101100010000001011111100010110100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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