#401D0A

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

Shades of Brown Pod #401D0A

Tints of Brown Pod #401D0A

Color information

#401D0A (or 0x401D0A) is unknown color: approx Brown Pod. HEX triplet: 40, 1D and 0A. RGB value is (64,29,10). Sum of RGB (Red+Green+Blue) = 64+29+10=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D0A is #BFE2F5. Grayscale: #252525. Windows color (decimal): -12575478 or 662848. OLE color: 662848.

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

Color convert

RGB642910-
CMYK00.550.840.75
HSL21.11º72.97%14.51%-
HSV(B)21.11º84.38%25.1%-
XYZ2.611.990.53-
YUV37.3112.6147.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=62.14%
G=28.16%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64291000.550.840.7521.1172.9714.51
Hex401DA037544B1549f
Octal10035120671241132511117
Binary10000001110110100110111101010010010111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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