#501504

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

Shades of Brown Pod #501504

Tints of Brown Pod #501504

Color information

#501504 (or 0x501504) is unknown color: approx Brown Pod. HEX triplet: 50, 15 and 04. RGB value is (80,21,4). Sum of RGB (Red+Green+Blue) = 80+21+4=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #501504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501504 is #AFEAFB. Grayscale: #242424. Windows color (decimal): -11528956 or 267600. OLE color: 267600.

HSL color Cylindrical-coordinate representation of color #501504: hue angle of 13.42º 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 #501504 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB80214-
CMYK00.740.950.69
HSL13.42º90.48%16.47%-
HSV(B)13.42º95%31.37%-
XYZ3.62.250.36-
YUV36.7109.55158.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.19%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=76.19%
G=20%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8021400.740.950.6913.4290.4816.47
Hex5015404A5F45d5a10
Octal12025401121371051513220
Binary10100001010110001001010101111110001011101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501504; }

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

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

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

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

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

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

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

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