#312722

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

Shades of Wood Bark #312722

Tints of Wood Bark #312722

Color information

#312722 (or 0x312722) is unknown color: approx Wood Bark. HEX triplet: 31, 27 and 22. RGB value is (49,39,34). Sum of RGB (Red+Green+Blue) = 49+39+34=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312722 is #CED8DD. Grayscale: #292929. Windows color (decimal): -13555934 or 2238257. OLE color: 2238257.

HSL color Cylindrical-coordinate representation of color #312722: hue angle of 20º 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 #312722 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB493934-
CMYK00.200.310.81
HSL20º18.07%16.27%-
HSV(B)20º30.61%19.22%-
XYZ2.282.221.82-
YUV41.42123.81133.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=40.16%
G=31.97%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49393400.200.310.812018.0716.27
Hex3127220141F51141210
Octal61474202437121242220
Binary110001100111100010010100111111010001101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312722; }

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

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

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

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

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

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

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

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