#401F14

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

Shades of Brown Pod #401F14

Tints of Brown Pod #401F14

Color information

#401F14 (or 0x401F14) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 14. RGB value is (64,31,20). Sum of RGB (Red+Green+Blue) = 64+31+20=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F14 is #BFE0EB. Grayscale: #272727. Windows color (decimal): -12574956 or 1318720. OLE color: 1318720.

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

Color convert

RGB643120-
CMYK00.520.690.75
HSL15º52.38%16.47%-
HSV(B)15º68.75%25.1%-
XYZ2.732.120.93-
YUV39.61116.93145.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=55.65%
G=26.96%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64312000.520.690.751552.3816.47
Hex401F14034454Bf3410
Octal1003724064105113176420
Binary10000001111110100011010010001011001011111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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