#401907

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

Shades of Brown Pod #401907

Tints of Brown Pod #401907

Color information

#401907 (or 0x401907) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 07. RGB value is (64,25,7). Sum of RGB (Red+Green+Blue) = 64+25+7=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401907 is #BFE6F8. Grayscale: #222222. Windows color (decimal): -12576505 or 465216. OLE color: 465216.

HSL color Cylindrical-coordinate representation of color #401907: hue angle of 18.95º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401907 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB64257-
CMYK00.610.890.75
HSL18.95º80.28%13.92%-
HSV(B)18.95º89.06%25.1%-
XYZ2.51.80.42-
YUV34.61112.42148.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=66.67%
G=26.04%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425700.610.890.7518.9580.2813.92
Hex4019703D594B1350e
Octal1003170751311132312016
Binary1000000110011110111101101100110010111001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401907; }

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

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

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

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

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

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

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

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