#401C12

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

Shades of Brown Pod #401C12

Tints of Brown Pod #401C12

Color information

#401C12 (or 0x401C12) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 12. RGB value is (64,28,18). Sum of RGB (Red+Green+Blue) = 64+28+18=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C12 is #BFE3ED. Grayscale: #252525. Windows color (decimal): -12575726 or 1186880. OLE color: 1186880.

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

Color convert

RGB642818-
CMYK00.560.720.75
HSL13.04º56.1%16.08%-
HSV(B)13.04º71.88%25.1%-
XYZ2.641.960.81-
YUV37.62116.93146.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=58.18%
G=25.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64281800.560.720.7513.0456.116.08
Hex401C12038484Bd3810
Octal1003422070110113157020
Binary10000001110010010011100010010001001011110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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