#392A24

Color #392A24 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #392A24

Tints of Wood Bark #392A24

Color information

#392A24 (or 0x392A24) is unknown color: approx Wood Bark. HEX triplet: 39, 2A and 24. RGB value is (57,42,36). Sum of RGB (Red+Green+Blue) = 57+42+36=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A24 is #C6D5DB. Grayscale: #2D2D2D. Windows color (decimal): -13030876 or 2370105. OLE color: 2370105.

HSL color Cylindrical-coordinate representation of color #392A24: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392A24 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB574236-
CMYK00.260.370.78
HSL17.14º22.58%18.24%-
HSV(B)17.14º36.84%22.35%-
XYZ2.832.652.03-
YUV45.8122.47135.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=42.22%
G=31.11%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57423600.260.370.7817.1422.5818.24
Hex392A2401A254E111712
Octal71524403245116212722
Binary1110011010101001000110101001011001110100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A24; }

 p { color: rgb(57,42,36); }

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

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

 a { background-color: rgb(57,42,36); }

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

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

 span { border-color: rgb(57,42,36); }

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