#401407

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

Shades of Brown Pod #401407

Tints of Brown Pod #401407

Color information

#401407 (or 0x401407) is unknown color: approx Brown Pod. HEX triplet: 40, 14 and 07. RGB value is (64,20,7). Sum of RGB (Red+Green+Blue) = 64+20+7=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #401407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401407 is #BFEBF8. Grayscale: #1F1F1F. Windows color (decimal): -12577785 or 463936. OLE color: 463936.

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

Color convert

RGB64207-
CMYK00.690.890.75
HSL13.68º80.28%13.92%-
HSV(B)13.68º89.06%25.1%-
XYZ2.41.610.38-
YUV31.67114.08151.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 7 (3.12% from 255) = 7.69%
R=70.33%
G=21.98%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6420700.690.890.7513.6880.2813.92
Hex40147045594Be50e
Octal10024701051311131612016
Binary1000000101001110100010110110011001011111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401407; }

 p { color: rgb(64,20,7); }

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

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

 a { background-color: rgb(64,20,7); }

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

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

 span { border-color: rgb(64,20,7); }

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