#401905

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

Shades of Brown Pod #401905

Tints of Brown Pod #401905

Color information

#401905 (or 0x401905) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 05. RGB value is (64,25,5). Sum of RGB (Red+Green+Blue) = 64+25+5=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401905 is #BFE6FA. Grayscale: #222222. Windows color (decimal): -12576507 or 334144. OLE color: 334144.

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

Color convert

RGB64255-
CMYK00.610.920.75
HSL20.34º85.51%13.53%-
HSV(B)20.34º92.19%25.1%-
XYZ2.491.80.36-
YUV34.38111.42149.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=68.09%
G=26.60%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425500.610.920.7520.3485.5113.53
Hex4019503D5C4B1456e
Octal1003150751341132412616
Binary1000000110011010111101101110010010111010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401905; }

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

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

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

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

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

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

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

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