#401912

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

Shades of Brown Pod #401912

Tints of Brown Pod #401912

Color information

#401912 (or 0x401912) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 12. RGB value is (64,25,18). Sum of RGB (Red+Green+Blue) = 64+25+18=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401912 is #BFE6ED. Grayscale: #232323. Windows color (decimal): -12576494 or 1186112. OLE color: 1186112.

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

Color convert

RGB642518-
CMYK00.610.720.75
HSL9.13º56.1%16.08%-
HSV(B)9.13º71.88%25.1%-
XYZ2.571.830.79-
YUV35.86117.92148.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=59.81%
G=23.36%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64251800.610.720.759.1356.116.08
Hex40191203D484B93810
Octal1003122075110113117020
Binary10000001100110010011110110010001001011100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401912; }

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

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

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

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

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

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

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

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