#312723

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

Shades of Wood Bark #312723

Tints of Wood Bark #312723

Color information

#312723 (or 0x312723) is unknown color: approx Wood Bark. HEX triplet: 31, 27 and 23. RGB value is (49,39,35). Sum of RGB (Red+Green+Blue) = 49+39+35=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312723 is #CED8DC. Grayscale: #292929. Windows color (decimal): -13555933 or 2303793. OLE color: 2303793.

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

Color convert

RGB493935-
CMYK00.200.290.81
HSL17.14º16.67%16.47%-
HSV(B)17.14º28.57%19.22%-
XYZ2.32.231.9-
YUV41.53124.31133.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=39.84%
G=31.71%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49393500.200.290.8117.1416.6716.47
Hex3127230141D51111110
Octal61474302435121212120
Binary110001100111100011010100111011010001100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312723; }

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

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

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

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

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

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

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

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