#501A02

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

Shades of Brown Pod #501A02

Tints of Brown Pod #501A02

Color information

#501A02 (or 0x501A02) is unknown color: approx Brown Pod. HEX triplet: 50, 1A and 02. RGB value is (80,26,2). Sum of RGB (Red+Green+Blue) = 80+26+2=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #501A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A02 is #AFE5FD. Grayscale: #272727. Windows color (decimal): -11527678 or 137808. OLE color: 137808.

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

Color convert

RGB80262-
CMYK00.670.980.69
HSL18.46º95.12%16.08%-
HSV(B)18.46º97.5%31.37%-
XYZ3.692.450.34-
YUV39.41106.89156.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 74.07%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=74.07%
G=24.07%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8026200.670.980.6918.4695.1216.08
Hex501A20436245125f10
Octal12032201031421052213720
Binary10100001101010010000111100010100010110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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