#401F09

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

Shades of Brown Pod #401F09

Tints of Brown Pod #401F09

Color information

#401F09 (or 0x401F09) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 09. RGB value is (64,31,9). Sum of RGB (Red+Green+Blue) = 64+31+9=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F09 is #BFE0F6. Grayscale: #262626. Windows color (decimal): -12574967 or 597824. OLE color: 597824.

HSL color Cylindrical-coordinate representation of color #401F09: hue angle of 24º 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 #401F09 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB64319-
CMYK00.520.860.75
HSL24º75.34%14.31%-
HSV(B)24º85.94%25.1%-
XYZ2.652.090.52-
YUV38.36111.43146.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=61.54%
G=29.81%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431900.520.860.752475.3414.31
Hex401F9034564B184be
Octal10037110641261133011316
Binary10000001111110010110100101011010010111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401F09; }

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

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

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

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

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

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

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

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