#312623

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

Shades of Wood Bark #312623

Tints of Wood Bark #312623

Color information

#312623 (or 0x312623) is unknown color: approx Wood Bark. HEX triplet: 31, 26 and 23. RGB value is (49,38,35). Sum of RGB (Red+Green+Blue) = 49+38+35=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312623 is #CED9DC. Grayscale: #282828. Windows color (decimal): -13556189 or 2303537. OLE color: 2303537.

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

Color convert

RGB493835-
CMYK00.220.290.81
HSL12.86º16.67%16.47%-
HSV(B)12.86º28.57%19.22%-
XYZ2.262.161.89-
YUV40.95124.64133.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=40.16%
G=31.15%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49383500.220.290.8112.8616.6716.47
Hex3126230161D51d1110
Octal61464302635121152120
Binary11000110011010001101011011101101000111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312623; }

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

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

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

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

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

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

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

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