#401E03

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

Shades of Brown Pod #401E03

Tints of Brown Pod #401E03

Color information

#401E03 (or 0x401E03) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 03. RGB value is (64,30,3). Sum of RGB (Red+Green+Blue) = 64+30+3=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E03 is #BFE1FC. Grayscale: #252525. Windows color (decimal): -12575229 or 204352. OLE color: 204352.

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

Color convert

RGB64303-
CMYK00.530.950.75
HSL26.56º91.04%13.14%-
HSV(B)26.56º95.31%25.1%-
XYZ2.62.030.34-
YUV37.09108.76147.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=65.98%
G=30.93%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6430300.530.950.7526.5691.0413.14
Hex401E30355F4B1b5bd
Octal1003630651371133313315
Binary100000011110110110101101111110010111101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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