#401E00

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

Shades of Brown Pod #401E00

Tints of Brown Pod #401E00

Color information

#401E00 (or 0x401E00) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 00. RGB value is (64,30,0). Sum of RGB (Red+Green+Blue) = 64+30+0=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E00 is #BFE1FF. Grayscale: #242424. Windows color (decimal): -12575232 or 7744. OLE color: 7744.

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

Color convert

RGB64300-
CMYK00.5310.75
HSL28.12º100%12.55%-
HSV(B)28.12º100%25.1%-
XYZ2.582.020.25-
YUV36.75107.26147.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.09%
G=31.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6430000.5310.7528.1210012.55
Hex401E0035644B1c64d
Octal1003600651441133414415
Binary10000001111000110101110010010010111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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