#401D00

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

Shades of Brown Pod #401D00

Tints of Brown Pod #401D00

Color information

#401D00 (or 0x401D00) is unknown color: approx Brown Pod. HEX triplet: 40, 1D and 00. RGB value is (64,29,0). Sum of RGB (Red+Green+Blue) = 64+29+0=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D00 is #BFE2FF. Grayscale: #242424. Windows color (decimal): -12575488 or 7488. OLE color: 7488.

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

Color convert

RGB64290-
CMYK00.5510.75
HSL27.19º100%12.55%-
HSV(B)27.19º100%25.1%-
XYZ2.551.970.25-
YUV36.16107.6147.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 29 (11.72% from 255) = 31.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.82%
G=31.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6429000.5510.7527.1910012.55
Hex401D0037644B1b64d
Octal1003500671441133314415
Binary10000001110100110111110010010010111101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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