#392922

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

Shades of Brown Pod #392922

Tints of Brown Pod #392922

Color information

#392922 (or 0x392922) is unknown color: approx Brown Pod. HEX triplet: 39, 29 and 22. RGB value is (57,41,34). Sum of RGB (Red+Green+Blue) = 57+41+34=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392922 is #C6D6DD. Grayscale: #2D2D2D. Windows color (decimal): -13031134 or 2238777. OLE color: 2238777.

HSL color Cylindrical-coordinate representation of color #392922: hue angle of 18.26º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392922 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB574134-
CMYK00.280.400.78
HSL18.26º25.27%17.84%-
HSV(B)18.26º40.35%22.35%-
XYZ2.772.571.86-
YUV44.99121.8136.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 34 (13.67% from 255) = 25.76%
R=43.18%
G=31.06%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57413400.280.400.7818.2625.2717.84
Hex39292201C284E121912
Octal71514203450116223122
Binary1110011010011000100111001010001001110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392922; }

 p { color: rgb(57,41,34); }

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

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

 a { background-color: rgb(57,41,34); }

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

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

 span { border-color: rgb(57,41,34); }

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