#402005

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

Shades of Brown Pod #402005

Tints of Brown Pod #402005

Color information

#402005 (or 0x402005) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 05. RGB value is (64,32,5). Sum of RGB (Red+Green+Blue) = 64+32+5=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #402005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402005 is #BFDFFA. Grayscale: #262626. Windows color (decimal): -12574715 or 335936. OLE color: 335936.

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

Color convert

RGB64325-
CMYK00.500.920.75
HSL27.46º85.51%13.53%-
HSV(B)27.46º92.19%25.1%-
XYZ2.662.130.42-
YUV38.49109.1146.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=63.37%
G=31.68%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6432500.500.920.7527.4685.5113.53
Hex402050325C4B1b56e
Octal1004050621341133312616
Binary10000001000001010110010101110010010111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402005; }

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

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

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

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

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

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

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

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