#501D03

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

Shades of Brown Pod #501D03

Tints of Brown Pod #501D03

Color information

#501D03 (or 0x501D03) is unknown color: approx Brown Pod. HEX triplet: 50, 1D and 03. RGB value is (80,29,3). Sum of RGB (Red+Green+Blue) = 80+29+3=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #501D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D03 is #AFE2FC. Grayscale: #292929. Windows color (decimal): -11526909 or 204112. OLE color: 204112.

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

Color convert

RGB80293-
CMYK00.640.960.69
HSL20.26º92.77%16.27%-
HSV(B)20.26º96.25%31.37%-
XYZ3.762.590.39-
YUV41.28106.4155.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 71.43%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=71.43%
G=25.89%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8029300.640.960.6920.2692.7716.27
Hex501D30406045145d10
Octal12035301001401052413520
Binary10100001110111010000001100000100010110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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