#401E15

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

Shades of Brown Pod #401E15

Tints of Brown Pod #401E15

Color information

#401E15 (or 0x401E15) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 15. RGB value is (64,30,21). Sum of RGB (Red+Green+Blue) = 64+30+21=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E15 is #BFE1EA. Grayscale: #272727. Windows color (decimal): -12575211 or 1384000. OLE color: 1384000.

HSL color Cylindrical-coordinate representation of color #401E15: hue angle of 12.56º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401E15 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB643021-
CMYK00.530.670.75
HSL12.56º50.59%16.67%-
HSV(B)12.56º67.19%25.1%-
XYZ2.712.070.97-
YUV39.14117.76145.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=55.65%
G=26.09%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64302100.530.670.7512.5650.5916.67
Hex401E15035434Bd3311
Octal1003625065103113156321
Binary10000001111010101011010110000111001011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,30,21); }

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

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

 a { background-color: rgb(64,30,21); }

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

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

 span { border-color: rgb(64,30,21); }

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