#401A13

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

Shades of Brown Pod #401A13

Tints of Brown Pod #401A13

Color information

#401A13 (or 0x401A13) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 13. RGB value is (64,26,19). Sum of RGB (Red+Green+Blue) = 64+26+19=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A13 is #BFE5EC. Grayscale: #242424. Windows color (decimal): -12576237 or 1251904. OLE color: 1251904.

HSL color Cylindrical-coordinate representation of color #401A13: hue angle of 9.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401A13 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB642619-
CMYK00.590.700.75
HSL9.33º54.22%16.27%-
HSV(B)9.33º70.31%25.1%-
XYZ2.61.880.84-
YUV36.56118.09147.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=58.72%
G=23.85%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64261900.590.700.759.3354.2216.27
Hex401A1303B464B93610
Octal1003223073106113116620
Binary10000001101010011011101110001101001011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,26,19); }

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

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

 a { background-color: rgb(64,26,19); }

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

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

 span { border-color: rgb(64,26,19); }

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