#312017

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

Shades of Wood Bark #312017

Tints of Wood Bark #312017

Color information

#312017 (or 0x312017) is unknown color: approx Wood Bark. HEX triplet: 31, 20 and 17. RGB value is (49,32,23). Sum of RGB (Red+Green+Blue) = 49+32+23=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312017 is #CEDFE8. Grayscale: #242424. Windows color (decimal): -13557737 or 1515569. OLE color: 1515569.

HSL color Cylindrical-coordinate representation of color #312017: hue angle of 20.77º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312017 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB493223-
CMYK00.350.530.81
HSL20.77º36.11%14.12%-
HSV(B)20.77º53.06%19.22%-
XYZ1.941.751.05-
YUV36.06120.63137.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=47.12%
G=30.77%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49322300.350.530.8120.7736.1114.12
Hex31201702335511524e
Octal61402704365121254416
Binary1100011000001011101000111101011010001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312017; }

 p { color: rgb(49,32,23); }

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

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

 a { background-color: rgb(49,32,23); }

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

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

 span { border-color: rgb(49,32,23); }

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