#411604

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

Shades of Brown Pod #411604

Tints of Brown Pod #411604

Color information

#411604 (or 0x411604) is unknown color: approx Brown Pod. HEX triplet: 41, 16 and 04. RGB value is (65,22,4). Sum of RGB (Red+Green+Blue) = 65+22+4=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #411604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411604 is #BEE9FB. Grayscale: #202020. Windows color (decimal): -12511740 or 267841. OLE color: 267841.

HSL color Cylindrical-coordinate representation of color #411604: hue angle of 17.7º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #411604 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB65224-
CMYK00.660.940.75
HSL17.7º88.41%13.53%-
HSV(B)17.7º93.85%25.49%-
XYZ2.491.710.31-
YUV32.8111.75150.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 71.43%
GREEN value IS 22 (8.98% from 255) = 24.18%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=71.43%
G=24.18%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6522400.660.940.7517.788.4113.53
Hex411640425E4B1258e
Octal10126401021361132213016
Binary10000011011010001000010101111010010111001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411604; }

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

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

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

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

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

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

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

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