#501604

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

Shades of Brown Pod #501604

Tints of Brown Pod #501604

Color information

#501604 (or 0x501604) is unknown color: approx Brown Pod. HEX triplet: 50, 16 and 04. RGB value is (80,22,4). Sum of RGB (Red+Green+Blue) = 80+22+4=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501604 is #AFE9FB. Grayscale: #252525. Windows color (decimal): -11528700 or 267856. OLE color: 267856.

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

Color convert

RGB80224-
CMYK00.720.950.69
HSL14.21º90.48%16.47%-
HSV(B)14.21º95%31.37%-
XYZ3.622.290.37-
YUV37.29109.22158.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 75.47%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=75.47%
G=20.75%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8022400.720.950.6914.2190.4816.47
Hex501640485F45e5a10
Octal12026401101371051613220
Binary10100001011010001001000101111110001011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501604; }

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

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

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

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

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

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

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

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