#401909

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

Shades of Brown Pod #401909

Tints of Brown Pod #401909

Color information

#401909 (or 0x401909) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 09. RGB value is (64,25,9). Sum of RGB (Red+Green+Blue) = 64+25+9=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401909 is #BFE6F6. Grayscale: #222222. Windows color (decimal): -12576503 or 596288. OLE color: 596288.

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

Color convert

RGB64259-
CMYK00.610.860.75
HSL17.45º75.34%14.31%-
HSV(B)17.45º85.94%25.1%-
XYZ2.511.80.47-
YUV34.84113.42148.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=65.31%
G=25.51%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425900.610.860.7517.4575.3414.31
Hex4019903D564B114be
Octal10031110751261132111316
Binary10000001100110010111101101011010010111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401909; }

 p { color: rgb(64,25,9); }

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

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

 a { background-color: rgb(64,25,9); }

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

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

 span { border-color: rgb(64,25,9); }

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