#402009

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

Shades of Brown Pod #402009

Tints of Brown Pod #402009

Color information

#402009 (or 0x402009) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 09. RGB value is (64,32,9). Sum of RGB (Red+Green+Blue) = 64+32+9=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402009 is #BFDFF6. Grayscale: #272727. Windows color (decimal): -12574711 or 598080. OLE color: 598080.

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

Color convert

RGB64329-
CMYK00.500.860.75
HSL25.09º75.34%14.31%-
HSV(B)25.09º85.94%25.1%-
XYZ2.682.140.53-
YUV38.95111.1145.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 9 (3.91% from 255) = 8.57%
R=60.95%
G=30.48%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6432900.500.860.7525.0975.3414.31
Hex40209032564B194be
Octal10040110621261133111316
Binary100000010000010010110010101011010010111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402009; }

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

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

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

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

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

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

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

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