#401F12

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

Shades of Brown Pod #401F12

Tints of Brown Pod #401F12

Color information

#401F12 (or 0x401F12) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 12. RGB value is (64,31,18). Sum of RGB (Red+Green+Blue) = 64+31+18=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F12 is #BFE0ED. Grayscale: #272727. Windows color (decimal): -12574958 or 1187648. OLE color: 1187648.

HSL color Cylindrical-coordinate representation of color #401F12: hue angle of 16.96º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401F12 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB643118-
CMYK00.520.720.75
HSL16.96º56.1%16.08%-
HSV(B)16.96º71.88%25.1%-
XYZ2.712.110.84-
YUV39.38115.93145.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=56.64%
G=27.43%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64311800.520.720.7516.9656.116.08
Hex401F12034484B113810
Octal1003722064110113217020
Binary100000011111100100110100100100010010111000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,31,18); }

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

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

 a { background-color: rgb(64,31,18); }

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

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

 span { border-color: rgb(64,31,18); }

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