#27312E

Color #27312E Woodsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodsmoke #27312E

Tints of Woodsmoke #27312E

Color information

#27312E (or 0x27312E) is unknown color: approx Woodsmoke. HEX triplet: 27, 31 and 2E. RGB value is (39,49,46). Sum of RGB (Red+Green+Blue) = 39+49+46=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #27312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27312E is #D8CED1. Grayscale: #2D2D2D. Windows color (decimal): -14208722 or 3027239. OLE color: 3027239.

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

Color convert

RGB394946-
CMYK0.2000.060.81
HSL162º11.36%17.25%-
HSV(B)162º20.41%19.22%-
XYZ2.432.833-
YUV45.67128.19123.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=29.10%
G=36.57%
B=34.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949460.2000.060.8116211.3617.25
Hex27312E140651a2b11
Octal47615624061212421321
Binary100111110001101110101000110101000110100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27312E; }

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

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

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

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

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

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

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

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