#312721

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

Shades of Wood Bark #312721

Tints of Wood Bark #312721

Color information

#312721 (or 0x312721) is unknown color: approx Wood Bark. HEX triplet: 31, 27 and 21. RGB value is (49,39,33). Sum of RGB (Red+Green+Blue) = 49+39+33=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312721 is #CED8DE. Grayscale: #292929. Windows color (decimal): -13555935 or 2172721. OLE color: 2172721.

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

Color convert

RGB493933-
CMYK00.200.330.81
HSL22.5º19.51%16.08%-
HSV(B)22.5º32.65%19.22%-
XYZ2.272.211.75-
YUV41.31123.31133.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=40.50%
G=32.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49393300.200.330.8122.519.5116.08
Hex3127210142151171410
Octal61474102441121272420
Binary1100011001111000010101001000011010001101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312721; }

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

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

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

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

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

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

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

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