#422924

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

Shades of Brown Pod #422924

Tints of Brown Pod #422924

Color information

#422924 (or 0x422924) is unknown color: approx Brown Pod. HEX triplet: 42, 29 and 24. RGB value is (66,41,36). Sum of RGB (Red+Green+Blue) = 66+41+36=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422924 is #BDD6DB. Grayscale: #2F2F2F. Windows color (decimal): -12441308 or 2369858. OLE color: 2369858.

HSL color Cylindrical-coordinate representation of color #422924: hue angle of 10º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422924 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB664136-
CMYK00.380.450.74
HSL10º29.41%20%-
HSV(B)10º45.45%25.88%-
XYZ3.362.872.05-
YUV47.9121.28140.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=46.15%
G=28.67%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66413600.380.450.741029.4120
Hex4229240262D4Aa1d14
Octal102514404655112123524
Binary10000101010011001000100110101101100101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422924; }

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

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

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

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

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

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

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

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