#402209

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

Shades of Brown Pod #402209

Tints of Brown Pod #402209

Color information

#402209 (or 0x402209) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 09. RGB value is (64,34,9). Sum of RGB (Red+Green+Blue) = 64+34+9=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #402209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402209 is #BFDDF6. Grayscale: #282828. Windows color (decimal): -12574199 or 598592. OLE color: 598592.

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

Color convert

RGB64349-
CMYK00.470.860.75
HSL27.27º75.34%14.31%-
HSV(B)27.27º85.94%25.1%-
XYZ2.742.250.55-
YUV40.12110.44145.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=59.81%
G=31.78%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434900.470.860.7527.2775.3414.31
Hex4022902F564B1b4be
Octal10042110571261133311316
Binary100000010001010010101111101011010010111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402209; }

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

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

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

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

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

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

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

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