#401809

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

Shades of Brown Pod #401809

Tints of Brown Pod #401809

Color information

#401809 (or 0x401809) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 09. RGB value is (64,24,9). Sum of RGB (Red+Green+Blue) = 64+24+9=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401809 is #BFE7F6. Grayscale: #222222. Windows color (decimal): -12576759 or 596032. OLE color: 596032.

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

Color convert

RGB64249-
CMYK00.620.860.75
HSL16.36º75.34%14.31%-
HSV(B)16.36º85.94%25.1%-
XYZ2.491.760.47-
YUV34.25113.75149.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=65.98%
G=24.74%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6424900.620.860.7516.3675.3414.31
Hex4018903E564B104be
Octal10030110761261132011316
Binary10000001100010010111110101011010010111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401809; }

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

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

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

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

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

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

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

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