#401B13

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

Shades of Brown Pod #401B13

Tints of Brown Pod #401B13

Color information

#401B13 (or 0x401B13) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 13. RGB value is (64,27,19). Sum of RGB (Red+Green+Blue) = 64+27+19=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B13 is #BFE4EC. Grayscale: #252525. Windows color (decimal): -12575981 or 1252160. OLE color: 1252160.

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

Color convert

RGB642719-
CMYK00.580.700.75
HSL10.67º54.22%16.27%-
HSV(B)10.67º70.31%25.1%-
XYZ2.621.920.85-
YUV37.15117.76147.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=58.18%
G=24.55%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64271900.580.700.7510.6754.2216.27
Hex401B1303A464Bb3610
Octal1003323072106113136620
Binary10000001101110011011101010001101001011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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