#402924

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

Shades of Brown Pod #402924

Tints of Brown Pod #402924

Color information

#402924 (or 0x402924) is unknown color: approx Brown Pod. HEX triplet: 40, 29 and 24. RGB value is (64,41,36). Sum of RGB (Red+Green+Blue) = 64+41+36=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #402924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402924 is #BFD6DB. Grayscale: #2F2F2F. Windows color (decimal): -12572380 or 2369856. OLE color: 2369856.

HSL color Cylindrical-coordinate representation of color #402924: hue angle of 10.71º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402924 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB644136-
CMYK00.360.440.75
HSL10.71º28%19.61%-
HSV(B)10.71º43.75%25.1%-
XYZ3.232.82.04-
YUV47.31121.62139.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=45.39%
G=29.08%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64413600.360.440.7510.712819.61
Hex4029240242C4Bb1c14
Octal100514404454113133424
Binary10000001010011001000100100101100100101110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402924; }

 p { color: rgb(64,41,36); }

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

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

 a { background-color: rgb(64,41,36); }

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

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

 span { border-color: rgb(64,41,36); }

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