#501A03

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

Shades of Brown Pod #501A03

Tints of Brown Pod #501A03

Color information

#501A03 (or 0x501A03) is unknown color: approx Brown Pod. HEX triplet: 50, 1A and 03. RGB value is (80,26,3). Sum of RGB (Red+Green+Blue) = 80+26+3=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #501A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A03 is #AFE5FC. Grayscale: #272727. Windows color (decimal): -11527677 or 203344. OLE color: 203344.

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

Color convert

RGB80263-
CMYK00.670.960.69
HSL17.92º92.77%16.27%-
HSV(B)17.92º96.25%31.37%-
XYZ3.692.450.36-
YUV39.52107.39156.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 73.39%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=73.39%
G=23.85%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8026300.670.960.6917.9292.7716.27
Hex501A30436045125d10
Octal12032301031401052213520
Binary10100001101011010000111100000100010110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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