#312622

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

Shades of Wood Bark #312622

Tints of Wood Bark #312622

Color information

#312622 (or 0x312622) is unknown color: approx Wood Bark. HEX triplet: 31, 26 and 22. RGB value is (49,38,34). Sum of RGB (Red+Green+Blue) = 49+38+34=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312622 is #CED9DD. Grayscale: #282828. Windows color (decimal): -13556190 or 2238001. OLE color: 2238001.

HSL color Cylindrical-coordinate representation of color #312622: hue angle of 16º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312622 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB493834-
CMYK00.220.310.81
HSL16º18.07%16.27%-
HSV(B)16º30.61%19.22%-
XYZ2.252.151.81-
YUV40.83124.14133.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=40.50%
G=31.40%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49383400.220.310.811618.0716.27
Hex3126220161F51101210
Octal61464202637121202220
Binary110001100110100010010110111111010001100001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312622; }

 p { color: rgb(49,38,34); }

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

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

 a { background-color: rgb(49,38,34); }

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

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

 span { border-color: rgb(49,38,34); }

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