#401F00

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

Shades of Brown Pod #401F00

Tints of Brown Pod #401F00

Color information

#401F00 (or 0x401F00) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 00. RGB value is (64,31,0). Sum of RGB (Red+Green+Blue) = 64+31+0=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #401F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F00 is #BFE0FF. Grayscale: #252525. Windows color (decimal): -12574976 or 8000. OLE color: 8000.

HSL color Cylindrical-coordinate representation of color #401F00: hue angle of 29.06º 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 #401F00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64310-
CMYK00.5210.75
HSL29.06º100%12.55%-
HSV(B)29.06º100%25.1%-
XYZ2.62.070.26-
YUV37.33106.93147.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.37%
G=32.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431000.5210.7529.0610012.55
Hex401F0034644B1d64d
Octal1003700641441133514415
Binary10000001111100110100110010010010111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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