#401E0B

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

Shades of Brown Pod #401E0B

Tints of Brown Pod #401E0B

Color information

#401E0B (or 0x401E0B) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 0B. RGB value is (64,30,11). Sum of RGB (Red+Green+Blue) = 64+30+11=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E0B is #BFE1F4. Grayscale: #262626. Windows color (decimal): -12575221 or 728640. OLE color: 728640.

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

Color convert

RGB643011-
CMYK00.530.830.75
HSL21.51º70.67%14.71%-
HSV(B)21.51º82.81%25.1%-
XYZ2.642.040.57-
YUV38112.76146.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=60.95%
G=28.57%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64301100.530.830.7521.5170.6714.71
Hex401EB035534B1647f
Octal10036130651231132610717
Binary10000001111010110110101101001110010111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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